Uses of Interface
org.jivesoftware.smack.ConnectionCreationListener

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

Uses of ConnectionCreationListener in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack with parameters of type ConnectionCreationListener
static void Connection.addConnectionCreationListener(ConnectionCreationListener connectionCreationListener)
          Adds a new listener that will be notified when new Connections are created.
static void Connection.removeConnectionCreationListener(ConnectionCreationListener connectionCreationListener)
          Removes a listener that was interested in connection creation events.