All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

public interface ConfigListener
extends EventListener
The listener may be implemented by:
  1. CoreProtocolBean to receive new settings for user, pop3 server and socks server options.

Author:
Mohit M Sant
See Also:
ConfigEvent

Method Index

 o setConfigOptions(ConfigEvent)
Sets the POP3 server, socks options and user options.

Methods

 o setConfigOptions
 public abstract void setConfigOptions(ConfigEvent evt)
Sets the POP3 server, socks options and user options.

Parameters:
evt - ConfigEvent.

All Packages  Class Hierarchy  This Package  Previous  Next  Index