GroupSearch Event

Fired for each line of group search data (during group searches).

Syntax

public open class DefaultNntpEventListener : NntpEventListener {
  ...
  public override fun groupSearch(e: NntpGroupSearchEvent) {}
  ...
}

public class NntpGroupSearchEvent {
  val articleNumber: Long
  val header: String?
}

Remarks

ArticleNumber contains the number of the article within the group.

Header contains the matching header.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]