|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientListener
The ClientListener provides the ability to listen to clients connecting and disconnecting from the cluster.
Client,
ClientService.addClientListener(ClientListener)| Method Summary | |
|---|---|
void |
clientConnected(Client client)
Invoked when a new client is connected. |
void |
clientDisconnected(Client client)
Invoked when a new client is disconnected. |
| Method Detail |
|---|
void clientConnected(Client client)
client - the client instancevoid clientDisconnected(Client client)
client - the client instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||