API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcdlg.lib
Required Capabilities
None
#include <aknwaitnotewrapper.h>
Public Member Functions |
|
virtual void | StepL ()=0 |
Completes one cycle of the process. |
|
virtual TBool | IsProcessDone () const =0 |
Return true when the process is done. |
|
virtual void | ProcessFinished () |
Callback when the process is finished. |
|
virtual void | DialogDismissedL (TInt) |
Callback when the dialog is dismissed. |
|
virtual TInt | CycleError (TInt aError) |
Handles error occurred in StepL. |
|
Handles error occurred in StepL.
|
|
Callback when the dialog is dismissed. |
|
Return true when the process is done. |
|
Callback when the process is finished. |
|
Completes one cycle of the process. |