java.util.EventListener, ConnectionListenerpublic abstract class ConnectionAdapter extends java.lang.Object implements ConnectionListener
| Constructor | Description |
|---|---|
ConnectionAdapter() |
| 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.
|
public void opened(ConnectionEvent e)
ConnectionListeneropened in interface ConnectionListenere - the ConnectionEventpublic void disconnected(ConnectionEvent e)
ConnectionListenerdisconnected in interface ConnectionListenere - the ConnectionEventpublic void closed(ConnectionEvent e)
ConnectionListenerclosed in interface ConnectionListenere - the ConnectionEventCopyright © 2018 Oracle. All rights reserved.