public abstract class ConnectionAdapter extends java.lang.Object implements ConnectionListener
| Constructor and Description |
|---|
ConnectionAdapter () |
| Modifier and Type | Method and Description |
|---|---|
void |
closed (ConnectionEvent e)
A service or folder was closed.
|
void |
disconnected (ConnectionEvent e)
A service was disconnected.
|
void |
opened (ConnectionEvent e)
A service or folder was opened.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ConnectionAdapter()
public void opened(ConnectionEvent e)
opened in interface ConnectionListener public void disconnected(ConnectionEvent e)
disconnected in interface ConnectionListener public void closed(ConnectionEvent e)
closed in interface ConnectionListener