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, waitSE
public void opened(ConnectionEvent e)
ConnectionListener
ConnectionListener
の opened
e
- ConnectionEventpublic void disconnected(ConnectionEvent e)
ConnectionListener
ConnectionListener
の disconnected
e
- ConnectionEventpublic void closed(ConnectionEvent e)
ConnectionListener
ConnectionListener
の closed
e
- ConnectionEventCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.