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
Modifier and TypeMethodDescriptionvoid
Called each time a sync was "completed", in the sense that the client caught up with the current server state.
-
Method Details
-
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".
-