-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ObjectsStateEventRepresents the synchronization state of Ably Objects.
This enum is used to notify listeners about state changes in the synchronization process. Clients can register an ObjectsStateChange.Listener to receive these events.
-
-
Method Summary
Modifier and Type Method Description static Array<ObjectsStateEvent>values()static ObjectsStateEventvalueOf(String name)-
-
Method Detail
-
values
static Array<ObjectsStateEvent> values()
-
valueOf
static ObjectsStateEvent valueOf(String name)
-
-
-
-