diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_exec_async.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_exec_async.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_exec_async.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,86 +1,75 @@ - -
-Inherited by CBaseMenuAsync.
-Public Member Functions | |
virtual void | ExecComplete (TTelISVExampleType aDerivedType)=0 |
Public Member Functions | |
virtual void | ExecComplete (TTelISVExampleType aDerivedType)=0 |
virtual void | ExecNotify (TTelISVExampleType aDerivedType)=0 |
Extended interface providing functionality for a member active object to interact with its owning class. Execution is not predicable and so uses notifications to alert applications when state changes occur.
-Definition at line 27 of file CISVAPIAsync.h.
-Definition at line 27 of file CISVAPIAsync.h.
+virtual void MExecAsync::ExecComplete | +virtual void MExecAsync::ExecComplete | ( | TTelISVExampleType | -aDerivedType | +aDerivedType | ) | - [pure virtual] |
+ [pure virtual] |
Provides functionality for member objects to notify the Menu object (their owner) that they have completed their request.
--Provides functionality for member objects to notify the Menu object (their owner) that they have completed their request. -
Implemented in CMainMenu, CMainMenu, CMainMenu, CMainMenu, CMainMenu, and CMainMenu.
+Implemented in CMainMenu, CMainMenu, CMainMenu, CMainMenu, CMainMenu, and CMainMenu.
virtual void MExecAsync::ExecNotify | +virtual void MExecAsync::ExecNotify | ( | TTelISVExampleType | -aDerivedType | +aDerivedType | ) | - [pure virtual] |
+ [pure virtual] |
Provides functionality for member objects to notify the Menu object (their owner) that they have been notified of a change.
--Provides functionality for member objects to notify the Menu object (their owner) that they have been notified of a change. -
Implemented in CMainMenu, CMainMenu, CMainMenu, CMainMenu, CMainMenu, and CMainMenu.
+Implemented in CMainMenu, CMainMenu, CMainMenu, CMainMenu, CMainMenu, and CMainMenu.
-