class MCalDataExchangeCallBack |
A call back class to show the progress of long-running operations.
When a long-running operation is carried out, this class is used to signal its progress, and when the function is complete.
Public Member Functions | |
---|---|
void | Completed() |
TInt | NumberOfEntriesToHandleAtOnce() |
void | Progress(TInt) |
void | Completed | ( | ) | [pure virtual] |
Progress callback.
This calls the observing class when the current operation is finished.
void | Progress | ( | TInt | aPercentageCompleted | ) | [pure virtual] |
Progress callback.
This calls the observing class with the percentage complete of the current operation. This also propagates any error to the observing class.
TInt aPercentageCompleted | The percentage complete. |
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.