-
public interface ChannelStateListenerAn interface whereby a client may be notified of state changes for a channel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChannelStateListener.ChannelStateChangeContains state change information emitted by Channel objects.
public classChannelStateListener.Multicasterpublic classChannelStateListener.Filter
-
Method Summary
Modifier and Type Method Description abstract voidonChannelStateChanged(ChannelStateListener.ChannelStateChange stateChange)Called when channel state changes. -
-
Method Detail
-
onChannelStateChanged
abstract void onChannelStateChanged(ChannelStateListener.ChannelStateChange stateChange)
Called when channel state changes.
- Parameters:
stateChange- information about the new state.
-
-
-
-