JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
void
onUpdatesCompleted
()
Called each time a sync was "completed", in the sense that the client caught up with the current server state.
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".
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method