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 ReconnectionManager
          Handles the automatic reconnection process.
 

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



Copyright © 2013 LittleShoot. All Rights Reserved.