|
Event types |
|
The IpClient class is the source for several events. All events may be captured by registering your class as a listener by implementing the IpClientListener class. These events are described below.
Event |
Description |
IpClientConnectedEvent |
The IpClientConnectedEvent is published by the IpClient instance once a connection to the server has been established. See JavaDoc for details on this event. |
IpClientDisconnectedEvent |
The IpClientDisconnectedEvent is published by the IpClient instance once the connection to the server has been released. See JavaDoc for details on this event. |