Package gurux.net
Interface IGXNetListener
public interface IGXNetListener
Network listener interface.
- Author:
- Gurux Ltd
-
Method Summary
Modifier and TypeMethodDescriptionvoidonClientConnected(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 Details
-
onClientConnected
Called when the client is establishing a connection with a GXNet Server.- Parameters:
sender- The source of the event.e- Event arguments.
-
onClientDisconnected
Called when the client has been disconnected from the GXNet server.- Parameters:
sender- The source of the event.e- Event arguments.
-