Class CompletelyDisconnectedListener

    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompletelyDisconnectedListener

        public CompletelyDisconnectedListener()
    • Method Detail