public class PopAdapter extends java.lang.Object implements PopListener
| Constructor and Description |
|---|
PopAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
commandSent(PopCommandEvent event)
Invoked when command is sent to the POP3 server.
|
void |
connected(PopConnectedEvent event)
Invoked when connection to POP3 server is established.
|
void |
disconnected(PopDisconnectedEvent event)
Invoked when connection to POP3 server is released.
|
void |
messageRetrieved(PopMessageEvent event)
Invoked when message is retrieved from POP3 server.
|
void |
progress(PopMessageProgressEvent event)
Invoked frequently during the download process of a message from POP server.
|
void |
responseReceived(PopResponseEvent event)
Invoked when a response is received from POP3 server.
|
public void connected(PopConnectedEvent event)
connected in interface PopListenerevent - a PopConnectedEventPopConnectedEventpublic void disconnected(PopDisconnectedEvent event)
disconnected in interface PopListenerevent - a PopDisconnectedEventPopDisconnectedEventpublic void messageRetrieved(PopMessageEvent event)
messageRetrieved in interface PopListenerevent - a PopMessageEventPopMessageEventpublic void progress(PopMessageProgressEvent event)
progress in interface PopListenerevent - a PopMessageProgressEventPopMessageProgressEventpublic void commandSent(PopCommandEvent event)
commandSent in interface PopListenerevent - a PopCommandEventPopCommandEventpublic void responseReceived(PopResponseEvent event)
responseReceived in interface PopListenerevent - a PopResponseEventPopResponseEventCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved