Notifies of fine granular changes on the object level happening during sync.
More...
#include <objectbox-sync.hpp>
Notifies of fine granular changes on the object level happening during sync.
- Note
- this may affect performance. Use SyncClientCompletionListener for the general synchronization-finished check.
◆ ~SyncChangeListener()
virtual obx::SyncChangeListener::~SyncChangeListener |
( |
| ) |
|
|
virtualdefault |
◆ changed()
virtual void obx::SyncChangeListener::changed |
( |
const std::vector< SyncChange > & |
changes | ) |
|
|
pure virtualnoexcept |
Called each time when data changes
from sync were applied locally.