MAgnEntryUiCallback Class Reference

class MAgnEntryUiCallback : public MEikCommandObserver

Defines callback interface class for handling commands which are not taken care by the caller. This interface extends the MEikCommandObserver .

Inherits from

Member Functions Documentation

IsCommandAvailable(TInt)

TBool IsCommandAvailable ( TInt ) [inline, virtual]

Method for querying if command is available and feasible in the current context of the callback interface implementor. To be used e.g. with DynInitMenuPaneL() if caller cannot determine the availability by itself.

Parameters

TInt

ProcessCommandWithResultL(TInt)

TInt ProcessCommandWithResultL ( TInt aCommandId ) [pure virtual]

Method for handling commands which are not taken care by the caller.

Parameters

TInt aCommandId command to process