|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface ClientStateListener
Listener that is notified about the connection state of a Client.
| 入れ子のクラスの概要 | |
|---|---|
static class |
ClientStateListener.DisconnectInfo
Provided with the clientDisconnected() notification to include additional information about the disconnect. |
| メソッドの概要 | |
|---|---|
void |
clientConnected(Client c)
Called when the specified client is fully connected to the remote server. |
void |
clientDisconnected(Client c,
ClientStateListener.DisconnectInfo info)
Called when the client has disconnected from the remote server. |
| メソッドの詳細 |
|---|
void clientConnected(Client c)
void clientDisconnected(Client c,
ClientStateListener.DisconnectInfo info)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||