Location:
damainc.h
class MDaIncrementalObserver;
Incremental operation observer.
Defined in MDaIncrementalObserver
:
DoExecuteLD()
, Initialize()
, NotifyStepsExecuted()
, RemainingSteps()
, SetFinalValue()
, SetIncremental()
, ~MDaIncrementalObserver()
virtual void NotifyStepsExecuted(TInt aStepsExecuted)=0;
Called to notify the observer of the number of steps executed.
|
virtual void Initialize(TInt aTotalSteps)=0;
Called to notify the observer that the operation has initialised.
|
virtual void SetFinalValue(TInt aFinalValue)=0;
Called to notify the observer of the final result of the operation.
|
virtual TInt RemainingSteps()=0;
Called to notify the observer of the number of remaining steps.
|
virtual void SetIncremental(MDaIncremental *aIncremental)=0;
Called to notify the observer of the incremental operation's interface.
|