|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientListener
ClientListener allows to get notified when a Client is connected to
or disconnected from 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 - Client instancevoid clientDisconnected(Client client)
client - Client instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||