Interface EngineListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void error​(Throwable t)
      Fatal error that's non recoverable.
      void onDisconnect()
      Called when a connection is terminated.
      void onReconnect()
      Called when a re-connection is about to be attempted.
      void status​(String msg)
      Status message that indicates the progress of the operation.
      void status​(String msg, Throwable t)
      Status message, with additional stack trace that indicates an error that was recovered.
    • Method Detail

      • status

        void status​(String msg)
        Status message that indicates the progress of the operation.
      • status

        void status​(String msg,
                    Throwable t)
        Status message, with additional stack trace that indicates an error that was recovered.
      • error

        void error​(Throwable t)
        Fatal error that's non recoverable.
      • onDisconnect

        void onDisconnect()
        Called when a connection is terminated.
      • onReconnect

        void onReconnect()
        Called when a re-connection is about to be attempted.
        Since:
        2.0