public interface MXSessionListener
Modifier and Type | Method and Description |
---|---|
void |
serverConnected(MXEvent evt)
Sent when a Session connects to a server.
|
void |
serverConnectionError(MXEvent evt)
Sent when a Session trys to connect to a server but can't
|
void |
serverDisconnected(MXEvent evt)
Sent when a Session is disconnected.
|
void serverConnected(MXEvent evt)
void serverDisconnected(MXEvent evt)
void serverConnectionError(MXEvent evt)