public class NntpAdapter extends java.lang.Object implements NntpListener
| Constructor and Description |
|---|
NntpAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
articleHeaderRetrieved(NntpArticleHeaderEvent event)
Invoked when an article header is retrieved from NNTP server.
|
void |
articlePosted(NntpArticlePostedEvent event)
Invoked when an article is posted to NNTP server.
|
void |
articleRetrieved(NntpArticleEvent event)
Invoked when an article is retrieved from NNTP server.
|
void |
connected(NntpConnectedEvent event)
Invoked when connection to NNTP server is established.
|
void |
disconnected(NntpDisconnectedEvent event)
Invoked when connection to NNTP server is released.
|
void |
progress(NntpProgressEvent event)
Invoked when performing lengthy Nntp operations.
|
public void connected(NntpConnectedEvent event)
connected in interface NntpListenerevent - a NntpConnectedEventNntpConnectedEventpublic void disconnected(NntpDisconnectedEvent event)
disconnected in interface NntpListenerevent - a NntpDisconnectedEventNntpDisconnectedEventpublic void articlePosted(NntpArticlePostedEvent event)
articlePosted in interface NntpListenerevent - a NntpArticlePostedEventNntpArticlePostedEventpublic void articleRetrieved(NntpArticleEvent event)
articleRetrieved in interface NntpListenerevent - a NntpArticleEventNntpArticleEventpublic void articleHeaderRetrieved(NntpArticleHeaderEvent event)
articleHeaderRetrieved in interface NntpListenerevent - a NntpArticleHeaderEventNntpArticleHeaderEventpublic void progress(NntpProgressEvent event)
progress in interface NntpListenerevent - a NntpProgressEventCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved