public interface ConnectionLostEvent
Event generated when the connection with the server crashed or when the server choose to terminate the connection.
This event must be handled by
ConnectionListener.onConnectionLost()
.
With this event the server result is always
Event.RESULT_GENERIC_ERROR
.
Field Summary |
---|
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary |
---|
Methods inherited from interface ConnectionEvent |
---|
getConnection |
Methods inherited from interface Event |
---|
getResult |