MPbk2CommandObserver Class Reference

class MPbk2CommandObserver

Phonebook 2 command observer interface.

Public Member Functions
voidCommandFinished(const MPbk2Command &)
Protected Member Functions
~MPbk2CommandObserver()

Constructor & Destructor Documentation

~MPbk2CommandObserver()

~MPbk2CommandObserver()[protected, inline, virtual]

Member Functions Documentation

CommandFinished(const MPbk2Command &)

voidCommandFinished(const MPbk2Command &aCommand)[pure virtual]

Notifies the command observer that the command has finished.

Parameters

const MPbk2Command & aCommandThe command that was finished.