Package io.ably.lib.realtime
Interface ConnectionStateListener
-
- All Known Implementing Classes:
ConnectionStateListener.Filter,ConnectionStateListener.Multicaster
public interface ConnectionStateListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectionStateListener.ConnectionStateChangestatic classConnectionStateListener.Filterstatic classConnectionStateListener.Multicaster
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
-
-
-
Method Detail
-
onConnectionStateChanged
void onConnectionStateChanged(ConnectionStateListener.ConnectionStateChange state)
-
-