Uses of Interface
io.objectbox.sync.listener.SyncTimeListener
Packages that use SyncTimeListener
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncTimeListener in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncTimeListenerModifier and TypeFieldDescription(package private) SyncTimeListenerSyncBuilder.timeListenerprivate SyncTimeListenerSyncClientImpl.timeListenerMethods in io.objectbox.sync with parameters of type SyncTimeListenerModifier and TypeMethodDescriptionvoidSyncClient.setSyncTimeListener(SyncTimeListener timeListener) Sets aSyncTimeListener.voidSyncClientImpl.setSyncTimeListener(SyncTimeListener timeListener) SyncBuilder.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.listenerModifier and TypeInterfaceDescriptioninterfaceThis listener has callback methods invoked by all fundamental synchronization events.Classes in io.objectbox.sync.listener that implement SyncTimeListenerModifier and TypeClassDescriptionclassASyncListenerwith empty implementations of all interface methods.