public abstract class ConnectionAdapter extends 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.