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)
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 © 2017 JBoss by Red Hat. All rights reserved.