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:
-
CoreProtocolBean
to receive new settings for
user, pop3 server and socks server options.
- Author:
- Mohit M Sant
- See Also:
- ConfigEvent
-
setConfigOptions(ConfigEvent)
- Sets the POP3 server, socks options and user options.
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