ObjectBox C and C++ API  4.0.3
obx::SyncClientCompletionListener Class Referenceabstract

Listens to sync complete event on a sync client. More...

#include <objectbox-sync.hpp>

Inheritance diagram for obx::SyncClientCompletionListener:
Inheritance graph

Public Member Functions

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...
 

Detailed Description

Listens to sync complete event on a sync client.

Constructor & Destructor Documentation

◆ ~SyncClientCompletionListener()

virtual obx::SyncClientCompletionListener::~SyncClientCompletionListener ( )
virtualdefault

Member Function Documentation

◆ 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".