-
public interface ObjectsStateChange.ListenerInterface for receiving notifications about Objects synchronization state changes.
Implement this interface and register it with an ObjectsStateEmitter to be notifiedwhen synchronization state transitions occur.
-
-
Method Summary
Modifier and Type Method Description abstract voidonStateChanged(ObjectsStateEvent objectsStateEvent)Called when the synchronization state changes. -
-
Method Detail
-
onStateChanged
abstract void onStateChanged(ObjectsStateEvent objectsStateEvent)
Called when the synchronization state changes.
- Parameters:
objectsStateEvent- The new state event (SYNCING or SYNCED)
-
-
-
-