ipworks
Class NntpGroupListEvent
java.lang.Object
java.util.EventObject
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
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) 2013 /n software inc. - All rights reserved.