MPbk2Command Class Reference
Phonebook 2 command object interface.
Every Phonebook 2 command must implement this interface. Phonebook 2 command handler can then create these command objects and execute them. Commands can report about their execution via MPbk2CommandObserver interface. Commands can also control the UI behaviour via MPbk2ContactUiControl interface.
Constructor & Destructor Documentation
~MPbk2Command()
~MPbk2Command | ( | ) | [inline, virtual] |
Member Functions Documentation
AddObserver(MPbk2CommandObserver &)
Adds a command observer for this command.
CommandExtension(TUid)
TAny * | CommandExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
ExecuteLD()
void | ExecuteLD | ( | ) | [pure virtual] |
Executes the command and destroys this command object when done. The command is also destroyed if this function leaves.
ResetUiControl(MPbk2ContactUiControl &)
Removes UI control reference from the command. After this call the command cannot reference the UI control.
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.