Uses of Interface
org.jivesoftware.smack.ConnectionListener

Packages that use ConnectionListener
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of ConnectionListener in org.jivesoftware.smack
 

Classes in org.jivesoftware.smack that implement ConnectionListener
 class AbstractConnectionListener
          The AbstractConnectionListener class provides an empty implementation for all methods defined by the ConnectionListener interface.
 class ReconnectionManager
          Handles the automatic reconnection process.
 

Methods in org.jivesoftware.smack with parameters of type ConnectionListener
 void Connection.addConnectionListener(ConnectionListener connectionListener)
          Adds a connection listener to this connection that will be notified when the connection closes or fails.
 void Connection.removeConnectionListener(ConnectionListener connectionListener)
          Removes a connection listener from this connection.