Event types

Top  Previous  Next

The Nntp class is the source for several NNTP related events.  All events may be captured by registering your class as a listener by implementing the NntpListener class or subclassing the NntpAdapter class.  These events are described below.

 

Event

Description

NntpConnectedEvent

The NntpConnectedEvent is published by the Nntp instance once a connection to the NNTP server has been established. See JavaDoc for details on this event.

NntpDisconnectedEvent

The NntpDisconnectedEvent is published by the Nntp instance once the connection to the NNTP server has been released. See JavaDoc for details on this event.

NntpArticleEvent

The NntpArticleEvent is published by the Nntp instance for each article retrieved from the NNTP server. See JavaDoc for details on this event.

NntpArticleHeaderEvent

The NntpArticleHeaderEvent is published by the Nntp instance for each article header retrieved from the NNTP server. See JavaDoc for details on this event.

NntpArticlePostedEvent

The NntpArticlePostedEvent is published by the Nntp instance for each article posted to the NNTP server. See JavaDoc for details on this event.

 

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC