Package | Description |
---|---|
javax.mail.event |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListener.closed(ConnectionEvent event)
Called when a connection is closed.
|
void |
ConnectionAdapter.closed(ConnectionEvent event) |
void |
ConnectionListener.disconnected(ConnectionEvent event)
Called when a connection is disconnected.
|
void |
ConnectionAdapter.disconnected(ConnectionEvent event) |
void |
ConnectionListener.opened(ConnectionEvent event)
Called when a connection is opened.
|
void |
ConnectionAdapter.opened(ConnectionEvent event) |
Copyright © 2013. All rights reserved.