java.util.EventListener
, ConnectionListener
public 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)
ConnectionListener
opened
in interface ConnectionListener
e
- the ConnectionEventpublic void disconnected(ConnectionEvent e)
ConnectionListener
disconnected
in interface ConnectionListener
e
- the ConnectionEventpublic void closed(ConnectionEvent e)
ConnectionListener
closed
in interface ConnectionListener
e
- the ConnectionEventCopyright © 2018 Oracle. All rights reserved.