Interface ICompletelyDisconnectedListener
-
- All Known Implementing Classes:
CompletelyDisconnectedListener
public interface ICompletelyDisconnectedListener
Listener for completely disconnected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
OnCompletelyDisconnected(java.lang.String channelName, java.lang.String reason)
Called when a critical condition disconnects the instance from the server
-