|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClientNotify
IClientNotify: listener interface used by IApplicationInstance.addClientListener(IClientNotify)
IApplicationInstance.addClientListener(IClientNotify)| Method Summary | |
|---|---|
void |
onClientAccept(IClient client)
Triggered when client connection accepted |
void |
onClientConnect(IClient client)
Triggered when client attempt connection |
void |
onClientDisconnect(IClient client)
Triggered when client disconnected |
void |
onClientReject(IClient client)
Triggered when client connection rejected |
| Method Detail |
|---|
void onClientAccept(IClient client)
client - clientvoid onClientConnect(IClient client)
client - clientvoid onClientDisconnect(IClient client)
client - clientvoid onClientReject(IClient client)
client - client
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||