MPbk2MenuCommandObserver Class Reference

class MPbk2MenuCommandObserver

Phonebook 2 menu command observer interface.

Public Member Functions
voidPostCommandExecutionL(const MPbk2Command &)
voidPreCommandExecutionL(const MPbk2Command &)
Protected Member Functions
~MPbk2MenuCommandObserver()

Constructor & Destructor Documentation

~MPbk2MenuCommandObserver()

~MPbk2MenuCommandObserver()[protected, inline]

Member Functions Documentation

PostCommandExecutionL(const MPbk2Command &)

voidPostCommandExecutionL(const MPbk2Command &aCommand)[pure virtual]

Post command execution callback.

Parameters

const MPbk2Command & aCommandThe command that was just executed.

PreCommandExecutionL(const MPbk2Command &)

voidPreCommandExecutionL(const MPbk2Command &aCommand)[pure virtual]

Pre command execution callback.

Parameters

const MPbk2Command & aCommandThe command that is about to be executed.