Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DAMAINC.H>
This item is not part of the S60 5th Edition SDK

Class MDaIncrementalObserver

Interface status: deprecated

class MDaIncrementalObserver;

Description

Incremental operation observer.

Members

Defined in MDaIncrementalObserver:


Construction and destruction


~MDaIncrementalObserver()

Interface status: deprecated Inherited from: MDaIncrementalObserver

inline virtual ~MDaIncrementalObserver();

Description

Destructor.

[Top]


Member functions


NotifyStepsExecuted(TInt)

Interface status: deprecated Inherited from: MDaIncrementalObserver

virtual void NotifyStepsExecuted(TInt aStepsExecuted)=0;

Description

Called to notify the observer of the number of steps executed.

Parameters

TInt aStepsExecuted

Number of steps executed.


Initialize(TInt)

Interface status: deprecated Inherited from: MDaIncrementalObserver

virtual void Initialize(TInt aTotalSteps)=0;

Description

Called to notify the observer that the operation has initialised.

Parameters

TInt aTotalSteps

The number of steps in the operation.


DoExecuteLD()

Interface status: deprecated Inherited from: MDaIncrementalObserver

virtual TBool DoExecuteLD()=0;

Description

Unused.

Return value

TBool

Unused.


SetFinalValue(TInt)

Interface status: deprecated Inherited from: MDaIncrementalObserver

virtual void SetFinalValue(TInt aFinalValue)=0;

Description

Called to notify the observer of the final result of the operation.

Parameters

TInt aFinalValue

Final result of the operation.


RemainingSteps()

Interface status: deprecated Inherited from: MDaIncrementalObserver

virtual TInt RemainingSteps()=0;

Description

Called to notify the observer of the number of remaining steps.

Return value

TInt

Number of remaining steps.


SetIncremental(MDaIncremental *)

Interface status: deprecated Inherited from: MDaIncrementalObserver

virtual void SetIncremental(MDaIncremental *aIncremental)=0;

Description

Called to notify the observer of the incremental operation's interface.

Parameters

MDaIncremental *aIncremental

Incremental operation's interface.