public interface ConnectionStateListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConnectionStateListener.ConnectionStateChange
Contains
ConnectionState change information emitted by the Connection object. |
static class |
ConnectionStateListener.Filter |
static class |
ConnectionStateListener.Multicaster |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
Called when connection state changes.
|
void onConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
state - information about the new state. Check ConnectionState - for all states available.