Patching notification handler interface. More...
#include <kanzi/core.ui/domain/patching_notification_handler.hpp>
Public Member Functions | |
virtual void | onPatchingFinished ()=0 |
The domain calls this function when patching ends. | |
virtual void | onPatchingStarted ()=0 |
The domain calls this function when patching starts. | |
void | setKzbFile (KzbFile *kzbFile) |
Sets the kzb patch file to apply. | |
virtual | ~PatchingNotificationHandler ()=default |
Destructor. | |
Protected Attributes | |
KzbFile * | m_kzbFile |
The kzb patch file to apply. | |
Patching notification handler interface.
Derive from this class and provide an object to domain to receive notifications when domain applies patches to .kzb files. The domain will call these methods only in Kanzi Studio Preview.
|
virtualdefault |
Destructor.
The domain calls this function when patching starts.
The domain calls this function when patching ends.
Sets the kzb patch file to apply.
Kanzi calls this function before applying the patch and guarantees that this pointer remains valid during patching handler calls.
kzbFile | The kzb patch file to apply. |
|
protected |
The kzb patch file to apply.