Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.mail.event.ConnectionAdapter
Method Summary | |
void |
|
void |
|
void |
|
public void closed(ConnectionEvent e)
Invoked when a Store/Folder/Transport is closed.
- Specified by:
- closed in interface ConnectionListener
public void disconnected(ConnectionEvent e)
Invoked when a Store is disconnected. Note that a folder cannot be disconnected, so a folder will not fire this event.
- Specified by:
- disconnected in interface ConnectionListener
public void opened(ConnectionEvent e)
Invoked when a Store/Folder/Transport is opened.
- Specified by:
- opened in interface ConnectionListener