-
- All Implemented Interfaces:
-
io.ably.lib.realtime.ConnectionStateListener
public class ConnectionStateListener.Multicaster extends Multicaster<ConnectionStateListener> implements ConnectionStateListener
-
-
Method Summary
Modifier and Type Method Description voidonConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)Called when connection state changes. -
Methods inherited from class io.ably.lib.util.Multicaster
add, clear, isEmpty, remove, size -
Methods inherited from class io.ably.lib.realtime.ConnectionStateListener
onConnectionStateChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onConnectionStateChanged
void onConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
Called when connection state changes.
- Parameters:
state- information about the new state.
-
-
-
-