Package io.objectbox.sync.listener
Interface SyncCompletedListener
-
- All Known Subinterfaces:
SyncListener
- All Known Implementing Classes:
AbstractSyncListener
public interface SyncCompletedListener
Listens to sync completed events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUpdatesCompleted()
Called each time a sync was "completed", in the sense that the client caught up with the current server state.
-