Uses of Interface
org.jivesoftware.smack.ConnectionCreationListener
-
Uses of ConnectionCreationListener in org.jivesoftware.smack
Modifier and TypeMethodDescriptionprotected static Collection<ConnectionCreationListener>
XMPPConnectionRegistry.getConnectionCreationListeners()
Get the collection of listeners that are interested in connection creation events.Modifier and TypeMethodDescriptionstatic void
XMPPConnectionRegistry.addConnectionCreationListener
(ConnectionCreationListener connectionCreationListener) Adds a new listener that will be notified when new Connections are created.static void
XMPPConnectionRegistry.removeConnectionCreationListener
(ConnectionCreationListener connectionCreationListener) Removes a listener that was interested in connection creation events.