Class SessionStatusEvent

    • Method Detail

      • getStatus

        public final XmppSession.Status getStatus()
        Gets the session status.
        Returns:
        The session status.
      • getThrowable

        public final Throwable getThrowable()
        Gets the throwable if the session abnormally disconnected or null.
        Returns:
        The throwable, which caused a disconnection or null.
      • getOldStatus

        public final XmppSession.Status getOldStatus()
        Gets the old session status.
        Returns:
        The old session status.