public interface ConnectionListener extends EventListener
| Modifier and Type | Method and 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 © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.