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 |
Backup operation event types.
ENone = 0x00 |
None. |
EStart = 0x01 |
Operation start. |
EEnd = 0x02 |
Operation end. |
EAbort = 0x04 |
Operation aborted. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.