|
||
class MBackupOperationObserver;
Backup operation observer interface.
Programs should implement this interface to receive notifications when a backup or restore operation either starts or ends.
Defined in MBackupOperationObserver
:
EAbort
Operation aborted. EEnd
Operation end. ENone
None. EStart
Operation start. HandleBackupOperationEventL(const TBackupOperationAttributes &)
Called when a backup or restore operation either starts or ends.Reserved1()
TOperationType
Backup operation event types. CBaBackupSessionWrapper::RegisterBackupOperationObserverL(MBackupOperationObserver &)
Registers the observer aBackupOperationObserver for getting notifications whethe...virtual void HandleBackupOperationEventL(const TBackupOperationAttributes &aBackupOperationAttributes)=0;
Called when a backup or restore operation either starts or ends.
|