Event types

Top  Previous  Next

The Pop class is the source for several POP3 related events.  All events may be captured by registering your class as a listener by implementing the PopListener class or subclassing the PopAdapter class.  These events are described below.

 

Event

Description

PopConnectedEvent

The PopConnectedEvent is published by the Pop instance once a connection to the POP3 server has been established. See JavaDoc for details on this event.

PopDisconnectedEvent

The PopDisconnectedEvent is published by the Pop instance once the connection to the POP3 server has been released. See JavaDoc for details on this event.

PopCommandEvent

The PopCommandEvent is published by the Pop instance for each command sent to the POP3 server. See JavaDoc for details on this event.

PopResponseEvent

The PopResponseEvent is published by the Pop instance for each response received from the POP3 server. See JavaDoc for details on this event.

PopMessageEvent

The PopMessageEvent is published by the Pop instance for each message retrieved from the POP3 server. See JavaDoc for details on this event.

 

 





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

© 2021 JSCAPE LLC