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 classContains state change information emitted byChannelobjects.static classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when channel state changes.
-
Method Details
-
onChannelStateChanged
Called when channel state changes.- Parameters:
-
stateChange- information about the new state. CheckChannelState- for all states available.
-