public static class ConnectionStateListener.Multicaster extends Multicaster<ConnectionStateListener> implements ConnectionStateListener
ConnectionStateListener.ConnectionStateChange, ConnectionStateListener.Filter, ConnectionStateListener.Multicaster| Constructor and Description |
|---|
Multicaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
Called when connection state changes.
|
add, clear, getMembers, isEmpty, remove, sizepublic void onConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
ConnectionStateListeneronConnectionStateChanged in interface ConnectionStateListenerstate - information about the new state. Check ConnectionState - for all states available.