ipworks
Class NntpGroupListEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworks.NntpGroupListEvent
- 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 Action property is set to List Groups or List New Groups .
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.fireGroupList, Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
group
public java.lang.String group
firstArticle
public int firstArticle
lastArticle
public int lastArticle
canPost
public boolean canPost
Copyright (c) 1995-2000 by /n software inc. - All rights reserved.