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()
ConnectivityListener
onConnect
in interface ConnectivityListener
public void onDisconnect()
ConnectivityListener
onDisconnect
in interface ConnectivityListener