public interface ConnectionListener
extends java.util.EventListener
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.
|
void opened(ConnectionEvent e)
e
- the ConnectionEventvoid disconnected(ConnectionEvent e)
e
- the ConnectionEventvoid closed(ConnectionEvent e)
e
- the ConnectionEventCopyright © 2010 - 2020 Adobe. All Rights Reserved