Uses of Interface
io.objectbox.sync.listener.SyncTimeListener
-
Packages that use SyncTimeListener Package Description io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g.io.objectbox.sync.listener -
-
Uses of SyncTimeListener in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncTimeListener Modifier and Type Field Description (package private) SyncTimeListenerSyncBuilder. timeListenerprivate SyncTimeListenerSyncClientImpl. timeListenerMethods in io.objectbox.sync with parameters of type SyncTimeListener Modifier and Type Method Description voidSyncClient. setSyncTimeListener(SyncTimeListener timeListener)Sets aSyncTimeListener.voidSyncClientImpl. setSyncTimeListener(SyncTimeListener timeListener)SyncBuilderSyncBuilder. timeListener(SyncTimeListener timeListener)Sets a listener to only observe Sync time events. -
Uses of SyncTimeListener in io.objectbox.sync.listener
Subinterfaces of SyncTimeListener in io.objectbox.sync.listener Modifier and Type Interface Description interfaceSyncListenerThis listener has callback methods invoked by all fundamental synchronization events.Classes in io.objectbox.sync.listener that implement SyncTimeListener Modifier and Type Class Description classAbstractSyncListenerASyncListenerwith empty implementations of all interface methods.
-