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. More... | |
virtual void | onPatchingStarted ()=0 |
The domain calls this function when patching starts. More... | |
virtual | ~PatchingNotificationHandler () |
Destructor. More... | |
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.
|
inlinevirtual |
Destructor.
|
pure virtual |
The domain calls this function when patching starts.
|
pure virtual |
The domain calls this function when patching ends.