The classic client API will be removed in a future release.
@Deprecated public interface ConnectionDetailsListener
ConnectionDetails
.Modifier and Type | Method and Description |
---|---|
void |
connectionDetailsAcquired(ServerConnection serverConnection,
ServerDetails serverDetails)
Deprecated.
This will be called each time a
ServerDetails object is selected
for connection. |
void |
connectionSequenceExhausted(ServerConnection connection)
Deprecated.
This will be called when the complete list of
ServerDetails
have been exhausted. |
void connectionDetailsAcquired(ServerConnection serverConnection, ServerDetails serverDetails)
ServerDetails
object is selected
for connection.serverConnection
- the connectionserverDetails
- the Server Details being selectedvoid connectionSequenceExhausted(ServerConnection connection)
ServerDetails
have been exhausted.connection
- the connectionCopyright © 2016 Push Technology Ltd. All Rights Reserved.