-
public interface ConnectionStateListenerAn interface whereby a client may be notified of state changes for a connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectionStateListener.ConnectionStateChangeContains ConnectionState change information emitted by the Connection object.
public classConnectionStateListener.Multicasterpublic classConnectionStateListener.Filter
-
Method Summary
Modifier and Type Method Description abstract voidonConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)Called when connection state changes. -
-
Method Detail
-
onConnectionStateChanged
abstract void onConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
Called when connection state changes.
- Parameters:
state- information about the new state.
-
-
-
-