Uses of Interface
io.objectbox.sync.listener.SyncConnectionListener
Packages that use SyncConnectionListener
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncConnectionListener in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncConnectionListenerModifier and TypeFieldDescription(package private) SyncConnectionListenerSyncBuilder.connectionListenerprivate SyncConnectionListenerSyncClientImpl.connectionListenerMethods in io.objectbox.sync with parameters of type SyncConnectionListenerModifier and TypeMethodDescriptionSyncBuilder.connectionListener(SyncConnectionListener connectionListener) Sets a listener to only observe Sync connection events.voidSyncClient.setSyncConnectionListener(SyncConnectionListener listener) Sets a listener to observe Sync connection events.voidSyncClientImpl.setSyncConnectionListener(SyncConnectionListener listener) -
Uses of SyncConnectionListener in io.objectbox.sync.listener
Subinterfaces of SyncConnectionListener 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 SyncConnectionListenerModifier and TypeClassDescriptionclassASyncListenerwith empty implementations of all interface methods.