| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Collection<ConnectionCreationListener> |
Connection.getConnectionCreationListeners()
Get the collection of listeners that are interested in connection
creation events.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014. All Rights Reserved.