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.
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.
|
|
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.
|
|
Interface status: |
deprecated |
Inherited from: MDaIncrementalObserver |
virtual TBool DoExecuteLD()=0;
Description
Unused.
Return value
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.
|
|
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