public abstract class ConnectionAdapter extends java.lang.Object implements ConnectionListener
Constructor and Description |
---|
ConnectionAdapter() |
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.
|
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 © 2010 - 2020 Adobe. All Rights Reserved