MPbk2CommandObserver Class Reference

class MPbk2CommandObserver

Phonebook 2 command observer interface.

Public Member Functions
void CommandFinished (const MPbk2Command &)
Protected Member Functions
~MPbk2CommandObserver ()

Constructor & Destructor Documentation

~MPbk2CommandObserver()

~MPbk2CommandObserver ( ) [protected, inline, virtual]

Member Functions Documentation

CommandFinished(const MPbk2Command &)

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

Notifies the command observer that the command has finished.

Parameters

const MPbk2Command & aCommand The command that was finished.