|
FIFE
|
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 a command is received from a command source. More... | |
| virtual | ~ICommandListener () |
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.
|
inlinevirtual |
Definition at line 51 of file ec_icommandlistener.h.
|
pure virtual |
Called when a command is received from a command source.
| command | command coming from command source |