Uses of Interface
io.objectbox.sync.listener.SyncConnectionListener
-
Packages that use SyncConnectionListener 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 SyncConnectionListener in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncConnectionListener Modifier and Type Field Description (package private) SyncConnectionListenerSyncBuilder. connectionListenerprivate SyncConnectionListenerSyncClientImpl. connectionListenerMethods in io.objectbox.sync with parameters of type SyncConnectionListener Modifier and Type Method Description SyncBuilderSyncBuilder. 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.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 SyncConnectionListener Modifier and Type Class Description classAbstractSyncListenerASyncListenerwith empty implementations of all interface methods.
-