public interface ChannelStateListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
ChannelStateListener.ChannelStateChange
Contains state change information emitted by
Channel objects. |
static class |
ChannelStateListener.Filter |
static class |
ChannelStateListener.Multicaster |
| Modifier and Type | Method and Description |
|---|---|
void |
onChannelStateChanged(ChannelStateListener.ChannelStateChange stateChange)
Called when channel state changes.
|
void onChannelStateChanged(ChannelStateListener.ChannelStateChange stateChange)
stateChange - information about the new state. Check ChannelState - for all states available.