|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface SocketNodeEventListener
Interface used to listen for SocketNode
related
events. Clients register an instance of the interface and the
instance is called back when the various events occur.
メソッドの概要 | |
---|---|
void |
socketClosedEvent(java.lang.Exception e)
Called when the socket the node was given has been closed. |
void |
socketOpened(java.lang.String remoteInfo)
Called when the SocketNode is created and begins awaiting data. |
メソッドの詳細 |
---|
void socketOpened(java.lang.String remoteInfo)
remoteInfo
- remote infovoid socketClosedEvent(java.lang.Exception e)
e
- exception
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |