Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <babackup.h>
Link against: bafl.lib

Class MBackupOperationObserver

class MBackupOperationObserver;

Description

Backup operation observer interface.

Programs should implement this interface to receive notifications when a backup or restore operation either starts or ends.

Members

Defined in MBackupOperationObserver:

See also:


Member functions


HandleBackupOperationEventL(const TBackupOperationAttributes &)

virtual void HandleBackupOperationEventL(const TBackupOperationAttributes &aBackupOperationAttributes)=0;

Description

Called when a backup or restore operation either starts or ends.

Parameters

const TBackupOperationAttributes &aBackupOperationAttributes

Operation attributes


Reserved1()

private: IMPORT_C virtual void Reserved1();

Description

[Top]


Member enumerations


Enum TOperationType

TOperationType

Description

Backup operation event types.

ENone

None.

EStart

Operation start.

EEnd

Operation end.

EAbort

Operation aborted.