All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.network.mail.pop3.event.StatusListener

public interface StatusListener
extends EventListener
The listener may be implemented by:
  1. UserInterfaceBean to be informed of change in status of operation of receiving messages.

Author:
Mohit M Sant
See Also:
StatusEvent

Method Index

 o processStatus(StatusEvent)
Processes the status information.

Methods

 o processStatus
 public abstract void processStatus(StatusEvent statEvt)
Processes the status information. This method is invoked by CoreProtocolBean when its communicating with the POP3 server in the process of receiving new messages. As and when the CoreProtocolBean receives server response this method is invoked to display the status. If the status bar is set visible, the status information is displayed in the GUI.

Parameters:
statEvt - event containing status information.
See Also:
StatusEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index