public class ConnectivityListenerProxy extends ej.kf.Proxy<ConnectivityListener> implements ConnectivityListener
| Constructor and Description |
|---|
ConnectivityListenerProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect()
Callback function called when a client is connected.
|
void |
onDisconnect()
Callback function called when a client is disconnected.
|
public void onConnect()
ConnectivityListeneronConnect in interface ConnectivityListenerpublic void onDisconnect()
ConnectivityListeneronDisconnect in interface ConnectivityListener