Package org.jivesoftware.smack
Class AbstractConnectionClosedListener
java.lang.Object
org.jivesoftware.smack.AbstractConnectionClosedListener
- All Implemented Interfaces:
ConnectionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidNotification that the connection was closed normally.final voidNotification that the connection was closed due to an exception.abstract voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.ConnectionListener
authenticated, connected, connecting
-
Constructor Details
-
AbstractConnectionClosedListener
public AbstractConnectionClosedListener()
-
-
Method Details
-
connectionClosed
public final void connectionClosed()Description copied from interface:ConnectionListenerNotification that the connection was closed normally.- Specified by:
connectionClosedin interfaceConnectionListener
-
connectionClosedOnError
Description copied from interface:ConnectionListenerNotification 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:
connectionClosedOnErrorin interfaceConnectionListener- Parameters:
e- the exception.
-
connectionTerminated
public abstract void connectionTerminated()
-