|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientStateListener
Listener that is notified about the connection state of a Client.
Nested Class Summary | |
---|---|
static class |
ClientStateListener.DisconnectInfo
Provided with the clientDisconnected() notification to include additional information about the disconnect. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
void clientConnected(Client c)
void clientDisconnected(Client c, ClientStateListener.DisconnectInfo info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |