Uses of Interface
org.jivesoftware.smack.ConnectionCreationListener
-
Packages that use ConnectionCreationListener Package Description org.jivesoftware.smack Core classes of the Smack API. -
-
Uses of ConnectionCreationListener in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return types with arguments of type ConnectionCreationListener Modifier and Type Method Description protected static Collection<ConnectionCreationListener>XMPPConnectionRegistry. getConnectionCreationListeners()Get the collection of listeners that are interested in connection creation events.Methods in org.jivesoftware.smack with parameters of type ConnectionCreationListener Modifier and Type Method Description static voidXMPPConnectionRegistry. addConnectionCreationListener(ConnectionCreationListener connectionCreationListener)Adds a new listener that will be notified when new Connections are created.static voidXMPPConnectionRegistry. removeConnectionCreationListener(ConnectionCreationListener connectionCreationListener)Removes a listener that was interested in connection creation events.
-