Notifies of fine granular changes on the object level happening during sync.
More...
#include <objectbox-sync.hpp>
|
| virtual | ~SyncChangeListener ()=default |
| |
| virtual void | changed (const std::vector< SyncChange > &changes) noexcept=0 |
| | Called each time when data changes from sync were applied locally.
|
| |
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.