Patching notification handler interface.
More...
#include <kanzi/core.ui/domain/patching_notification_handler.hpp>
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.
◆ ~PatchingNotificationHandler()
virtual kanzi::PatchingNotificationHandler::~PatchingNotificationHandler |
( |
| ) |
|
|
virtualdefault |
◆ onPatchingStarted()
virtual void kanzi::PatchingNotificationHandler::onPatchingStarted |
( |
| ) |
|
|
pure virtual |
The domain calls this function when patching starts.
◆ onPatchingFinished()
virtual void kanzi::PatchingNotificationHandler::onPatchingFinished |
( |
| ) |
|
|
pure virtual |
The domain calls this function when patching ends.
◆ setKzbFile()
void kanzi::PatchingNotificationHandler::setKzbFile |
( |
KzbFile * |
kzbFile | ) |
|
|
inline |
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.
- Parameters
-
kzbFile | The kzb patch file to apply. |
- Since
- Kanzi 3.9.3
◆ m_kzbFile
KzbFile* kanzi::PatchingNotificationHandler::m_kzbFile |
|
protected |
The kzb patch file to apply.
- Since
- Kanzi 3.9.3
The documentation for this class was generated from the following file: