java.util.EventListenerConnectionAdapterpublic interface ConnectionListener
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
closed(ConnectionEvent e) |
Invoked when a Store/Folder/Transport is closed.
|
void |
disconnected(ConnectionEvent e) |
Invoked when a Store is disconnected.
|
void |
opened(ConnectionEvent e) |
Invoked when a Store/Folder/Transport is opened.
|
void opened(ConnectionEvent e)
e - the ConnectionEventvoid disconnected(ConnectionEvent e)
e - the ConnectionEventvoid closed(ConnectionEvent e)
e - the ConnectionEventCopyright © 2018 Oracle. All rights reserved.