GroupSearch Event
Fired for each line of group search data (during group searches).
Syntax
public void fireGroupSearch(NntpGroupSearchEvent event); public class NntpGroupSearchEvent { public int articleNumber; public String header; }
Remarks
ArticleNumber contains the number of the article within the group.
Header contains the matching header.