S60 3rd Edition API Reference: MBrCtlCommandObserver Class Reference
MBrCtlCommandObserver Class Reference
API published in: S60 2nd Ed FP 3
Link against: browserengine.lib
#include <brctlinterface.h>
Detailed Description
This class provides a mechanism for the browser engine to pass commands to the client.
Public Since 3rd Ed FP1
|
Public Member Functions |
| virtual void | HandleCommandL (TBrCtlDefs::TBrCtlClientCommands aCommand, const CArrayFix< TPtrC > &aAttributesNames, const CArrayFix< TPtrC > &aAttributeValues)=0 |
| | Method to call client to execute commands Public since 3rd Ed FP1.
|
Member Function Documentation
| virtual void MBrCtlCommandObserver::HandleCommandL | ( | TBrCtlDefs::TBrCtlClientCommands | aCommand, | | | const CArrayFix< TPtrC > & | aAttributesNames, | | | const CArrayFix< TPtrC > & | aAttributeValues | | ) | [pure virtual] |
|
|
|
Method to call client to execute commands Public since 3rd Ed FP1.
- Parameters:
-
| A | callback command | | Array | of attribute names | | Array | of attribute values |
- Returns:
- void
|
The documentation for this class was generated from the following file: