Package io.ably.lib.realtime
Interface ChannelStateListener
- All Known Implementing Classes:
-
ChannelStateListener.Filter
,ChannelStateListener.Multicaster
public interface ChannelStateListener
An interface whereby a client may be notified of state changes for a channel.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Contains state change information emitted byChannel
objects.static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when channel state changes.
-
Method Details
-
onChannelStateChanged
Called when channel state changes.- Parameters:
-
stateChange
- information about the new state. CheckChannelState
- for all states available.
-