Package ej.rcommand.connectivity
Interface ConnectivityListener
-
- All Known Implementing Classes:
ConnectivityListenerProxy
public interface ConnectivityListenerListener for the connection state with the client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnect()Callback function called when a client is connected.voidonDisconnect()Callback function called when a client is disconnected.
-