ICommandListener Class

class ICommandListener: public IEventListener

Interface to handling command events. Command event listeners map command and command query events onto virtual member functions.

Defined in: CommandListener.h

Class Members

virtual bool OnCommandQuery(UINT nID)

Called when a command query event is received by the command listener.

virtual bool OnCommand(UINT nID, int nNotifyCode)

Called when a command event is received by the command listener.