javax.mail.event
public interface ConnectionListener extends EventListener
Method Summary | |
---|---|
abstract void | closed(ConnectionEvent event)
Called when a connection is closed. |
abstract void | disconnected(ConnectionEvent event)
Called when a connection is disconnected. |
abstract void | opened(ConnectionEvent event)
Called when a connection is opened. |