Listens to sync complete event on a sync client.
More...
#include <objectbox-sync.hpp>
|
virtual | ~SyncClientCompletionListener ()=default |
|
virtual void | updatesCompleted () noexcept=0 |
| Called each time a sync completes, in the sense that the client has caught up with the current server state. Or in other words, when the client is "up-to-date". More...
|
|
Listens to sync complete event on a sync client.
◆ ~SyncClientCompletionListener()
virtual obx::SyncClientCompletionListener::~SyncClientCompletionListener |
( |
| ) |
|
|
virtualdefault |
◆ updatesCompleted()
virtual void obx::SyncClientCompletionListener::updatesCompleted |
( |
| ) |
|
|
pure virtualnoexcept |
Called each time a sync completes, in the sense that the client has caught up with the current server state. Or in other words, when the client is "up-to-date".