IP*Works! V9

ipworks
Class NntpGroupListEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.NntpGroupListEvent
All Implemented Interfaces:
java.io.Serializable

public class NntpGroupListEvent
extends java.util.EventObject

Fired while group data transfers (during group listings).

The GroupList event is fired for every group reported by the NewsServer when the ListGroups or ListNewGroups method is called.

The Group parameter shows the name of the group.

The FirstArticle and LastArticle parameters contain the article numbers for the first and last articles in the group.

The CanPost is True or False depending on whether article posting is allowed in the group specified by Group .

See Also:
Nntp, Nntp.GroupListEvent, Serialized Form

Field Summary
 boolean canPost
           
 int firstArticle
           
 java.lang.String group
           
 int lastArticle
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

group

public java.lang.String group

firstArticle

public int firstArticle

lastArticle

public int lastArticle

canPost

public boolean canPost

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.