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
voidHandleActionL(const THuiActionCommand &)

Member Functions Documentation

HandleActionL(const THuiActionCommand &)

voidHandleActionL(const THuiActionCommand &aActionCommand)[pure virtual]

Called by the scheduler when an action command is executed.

Parameters

const THuiActionCommand & aActionCommandThe command that is being executed.