Class AbstractConnectionClosedListener

java.lang.Object
org.jivesoftware.smack.AbstractConnectionClosedListener
All Implemented Interfaces:
ConnectionListener

public abstract class AbstractConnectionClosedListener extends Object implements ConnectionListener
  • Constructor Details

    • AbstractConnectionClosedListener

      public AbstractConnectionClosedListener()
  • Method Details

    • connectionClosed

      public final void connectionClosed()
      Description copied from interface: ConnectionListener
      Notification that the connection was closed normally.
      Specified by:
      connectionClosed in interface ConnectionListener
    • connectionClosedOnError

      public final void connectionClosedOnError(Exception e)
      Description copied from interface: ConnectionListener
      Notification that the connection was closed due to an exception. When abruptly disconnected it is possible for the connection to try reconnecting to the server.
      Specified by:
      connectionClosedOnError in interface ConnectionListener
      Parameters:
      e - the exception.
    • connectionTerminated

      public abstract void connectionTerminated()