public abstract class ConnectionAdapter extends ObjectSE implements ConnectionListener
| コンストラクターと説明 |
|---|
ConnectionAdapter() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | closed(ConnectionEvent e)Store/Folder/Transport が閉じたときに呼び出されます。 |
void | disconnected(ConnectionEvent e) ストアが切断されたときに呼び出されます。 |
void | opened(ConnectionEvent e)Store/Folder/Transport が開かれたときに呼び出されます。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void opened(ConnectionEvent e)
ConnectionListenerConnectionListener の opened e - ConnectionEventpublic void disconnected(ConnectionEvent e)
ConnectionListenerConnectionListener の disconnected e - ConnectionEventpublic void closed(ConnectionEvent e)
ConnectionListenerConnectionListener の closed e - ConnectionEventCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.