Package io.ably.lib.realtime
Class ChannelStateListener.Filter
java.lang.Object
io.ably.lib.realtime.ChannelStateListener.Filter
- All Implemented Interfaces:
ChannelStateListener
- Enclosing interface:
- ChannelStateListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.ably.lib.realtime.ChannelStateListener
ChannelStateListener.ChannelStateChange, ChannelStateListener.Filter, ChannelStateListener.Multicaster
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when channel state changes.
-
Method Details
-
onChannelStateChanged
Description copied from interface:ChannelStateListener
Called when channel state changes.- Specified by:
-
onChannelStateChanged
in interfaceChannelStateListener
- Parameters:
-
stateChange
- information about the new state. CheckChannelState
- for all states available.
-