public interface ConnectionCreationListener
Connection
has been created. The newly created connection will not be actually connected
to the server. Use
Connection.addConnectionCreationListener(ConnectionCreationListener)
to add new listeners.| Modifier and Type | Method and Description |
|---|---|
void |
connectionCreated(Connection connection)
Notification that a new connection has been created.
|
void connectionCreated(Connection connection)
connection - the newly created connection.Copyright © 2014. All Rights Reserved.