FileDocCategorySizeDatePackage
ConnectionListener.javaAPI DocJavaMail 1.4.32577Tue Nov 17 10:38:12 GMT 2009javax.mail.event

ConnectionListener

public interface ConnectionListener implements EventListener
This is the Listener interface for Connection events.
author
John Mani

Fields Summary
Constructors Summary
Methods Summary
public voidclosed(javax.mail.event.ConnectionEvent e)
Invoked when a Store/Folder/Transport is closed.

public voiddisconnected(javax.mail.event.ConnectionEvent e)
Invoked when a Store is disconnected. Note that a folder cannot be disconnected, so a folder will not fire this event

public voidopened(javax.mail.event.ConnectionEvent e)
Invoked when a Store/Folder/Transport is opened.