public interface ConnectionListener extends EventListener
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021 Oracle. All rights reserved.