MHuiActionObserver Class Reference

class MHuiActionObserver

Interface for observing action commands. When the scheduler executes an action command, the registered listeners that implement this interface will receive a notification of the action.

Public Member Functions
void HandleActionL (const THuiActionCommand &)

Member Functions Documentation

HandleActionL(const THuiActionCommand &)

void HandleActionL ( const THuiActionCommand & aActionCommand ) [pure virtual]

Called by the scheduler when an action command is executed.

Parameters

const THuiActionCommand & aActionCommand The command that is being executed.