|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ConnectionListener
Listener that is notified about connection arrivals and removals within a server.
メソッドの概要 | |
---|---|
void |
connectionAdded(Server server,
HostedConnection conn)
Called when a connection has been added to the specified server and is fully setup. |
void |
connectionRemoved(Server server,
HostedConnection conn)
Called when a connection has been removed from the specified server. |
メソッドの詳細 |
---|
void connectionAdded(Server server, HostedConnection conn)
void connectionRemoved(Server server, HostedConnection conn)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |