MPbk2MenuCommandObserver Class Reference

class MPbk2MenuCommandObserver

Phonebook 2 menu command observer interface.

Public Member Functions
void PostCommandExecutionL (const MPbk2Command &)
void PreCommandExecutionL (const MPbk2Command &)
Protected Member Functions
~MPbk2MenuCommandObserver ()

Constructor & Destructor Documentation

~MPbk2MenuCommandObserver()

~MPbk2MenuCommandObserver ( ) [protected, inline]

Member Functions Documentation

PostCommandExecutionL(const MPbk2Command &)

void PostCommandExecutionL ( const MPbk2Command & aCommand ) [pure virtual]

Post command execution callback.

Parameters

const MPbk2Command & aCommand The command that was just executed.

PreCommandExecutionL(const MPbk2Command &)

void PreCommandExecutionL ( const MPbk2Command & aCommand ) [pure virtual]

Pre command execution callback.

Parameters

const MPbk2Command & aCommand The command that is about to be executed.