
Public Member Functions | |
| CISVAPIAsync (MExecAsync *aController, TTelISVExampleType aExampleType) | |
| void | ExampleComplete () |
| void | ExampleNotify () |
Protected Attributes | |
| TBool | iRequestNotify |
Definition at line 47 of file CISVAPIAsync.h.
| CISVAPIAsync::CISVAPIAsync | ( | MExecAsync * | aController, | |
| TTelISVExampleType | aExampleType | |||
| ) |
Default constructor.
| aController | iController is set to point to this object | |
| aExampleType | The type of the derived class that has extended the functionality of this class |
Definition at line 26 of file CISVAPIAsync.cpp.
| void CISVAPIAsync::ExampleComplete | ( | ) |
Calls ExecComplete() through the iController instance.
Calls MExecAsync::ExecComplete() to notify the Menu object that they have completed their request.
Definition at line 37 of file CISVAPIAsync.cpp.
| void CISVAPIAsync::ExampleNotify | ( | ) |
Calls ExecNotify() through the iController instance.
Calls MExecAsync::ExecNotify() to notify the Menu object that they have been notified of a change.
Definition at line 47 of file CISVAPIAsync.cpp.
TBool CISVAPIAsync::iRequestNotify [protected] |
Specifies if a completing request is a notification or not.
Definition at line 67 of file CISVAPIAsync.h.
1.5.3