Interface SyncCompletedListener

  • All Known Subinterfaces:
    SyncListener
    All Known Implementing Classes:
    AbstractSyncListener

    public interface SyncCompletedListener
    Listens to sync completed events.
    • Method Detail

      • onUpdatesCompleted

        void onUpdatesCompleted()
        Called each time a sync was "completed", in the sense that the client caught up with the current server state. The client is "up-to-date".