Uses of Class
gurux.net.ConnectionEventArgs
Packages that use ConnectionEventArgs
Package
Description
Gurux network component determines methods that make the communication
possible using Internet.
-
Uses of ConnectionEventArgs in gurux.net
Methods in gurux.net with parameters of type ConnectionEventArgsModifier and TypeMethodDescriptionvoidIGXNetListener.onClientConnected(Object sender, ConnectionEventArgs e)Called when the client is establishing a connection with a GXNet Server.voidIGXNetListener.onClientDisconnected(Object sender, ConnectionEventArgs e)Called when the client has been disconnected from the GXNet server.