class MBackupOperationObserver |
Backup operation observer interface.
Programs should implement this interface to receive notifications when a backup or restore operation either starts or ends.
Public Member Functions | |
---|---|
void | HandleBackupOperationEventL(const TBackupOperationAttributes &) |
Private Member Functions | |
---|---|
IMPORT_C void | Reserved1() |
Public Member Enumerations | |
---|---|
enum | TOperationType { ENone = 0x00, EStart = 0x01, EEnd = 0x02, EAbort = 0x04 } |
void | HandleBackupOperationEventL | ( | const TBackupOperationAttributes & | aBackupOperationAttributes | ) | [pure virtual] |
Called when a backup or restore operation either starts or ends.
const TBackupOperationAttributes & aBackupOperationAttributes | Operation attributes |