Package 

Interface ObjectsStateChange.Listener


  • 
    public interface ObjectsStateChange.Listener
    
                        

    Interface 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 void onStateChanged(ObjectsStateEvent objectsStateEvent) Called when the synchronization state changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onStateChanged

         abstract void onStateChanged(ObjectsStateEvent objectsStateEvent)

        Called when the synchronization state changes.

        Parameters:
        objectsStateEvent - The new state event (SYNCING or SYNCED)