Methods in javax.mail.event with parameters of type ConnectionEvent |
void |
ConnectionAdapter.closed(ConnectionEvent event)
|
void |
ConnectionListener.closed(ConnectionEvent event)
Called when a connection is closed. |
void |
ConnectionAdapter.disconnected(ConnectionEvent event)
|
void |
ConnectionListener.disconnected(ConnectionEvent event)
Called when a connection is disconnected. |
void |
ConnectionAdapter.opened(ConnectionEvent event)
|
void |
ConnectionListener.opened(ConnectionEvent event)
Called when a connection is opened. |