public abstract class ConnectionAdapter extends Object implements ConnectionListener
| 构造器和说明 |
|---|
ConnectionAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ConnectionListenere - the ConnectionEventpublic void disconnected(ConnectionEvent e)
ConnectionListenerdisconnected 在接口中 ConnectionListenere - the ConnectionEventpublic void closed(ConnectionEvent e)
ConnectionListenerclosed 在接口中 ConnectionListenere - the ConnectionEventCopyright © 2021 Oracle. All rights reserved.