FIFE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FIFE::ICommandListener Class Referenceabstract

Listener of command events. More...

#include <ec_icommandlistener.h>

+ Collaboration diagram for FIFE::ICommandListener:

Public Member Functions

virtual void onCommand (Command &command)=0
 Called when an command is received from a command source. More...
 
virtual ~ICommandListener ()
 

Detailed Description

Listener of command events.

To be able to listen for commands you must make a class which inherits from this class and implements the onCommand function.

Definition at line 44 of file ec_icommandlistener.h.

Constructor & Destructor Documentation

virtual FIFE::ICommandListener::~ICommandListener ( )
inlinevirtual

Definition at line 51 of file ec_icommandlistener.h.

Member Function Documentation

virtual void FIFE::ICommandListener::onCommand ( Command command)
pure virtual

Called when an command is received from a command source.

Parameters
commandcommand coming from command source

The documentation for this class was generated from the following file: