Package gurux.net
Interface IGXNetListener
-
public interface IGXNetListenerNetwork listener interface.- Author:
- Gurux Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClientConnected(Object sender, ConnectionEventArgs e)Called when the client is establishing a connection with a GXNet Server.voidonClientDisconnected(Object sender, ConnectionEventArgs e)Called when the client has been disconnected from the GXNet server.
-
-
-
Method Detail
-
onClientConnected
void onClientConnected(Object sender, ConnectionEventArgs e)
Called when the client is establishing a connection with a GXNet Server.- Parameters:
sender- The source of the event.e- Event arguments.
-
onClientDisconnected
void onClientDisconnected(Object sender, ConnectionEventArgs e)
Called when the client has been disconnected from the GXNet server.- Parameters:
sender- The source of the event.e- Event arguments.
-
-