Methods in javax.mail.event with parameters of type ConnectionEvent |
void |
ConnectionListener.closed(ConnectionEvent e)
Invoked when a Store/Folder/Transport is closed. |
void |
ConnectionAdapter.closed(ConnectionEvent e)
|
void |
ConnectionListener.disconnected(ConnectionEvent e)
Invoked when a Store is disconnected. |
void |
ConnectionAdapter.disconnected(ConnectionEvent e)
|
void |
ConnectionListener.opened(ConnectionEvent e)
Invoked when a Store/Folder/Transport is opened. |
void |
ConnectionAdapter.opened(ConnectionEvent e)
|