FIFE
|
Listener of command events. More...
#include <ec_icommandlistener.h>
Public Member Functions | |
virtual void | onCommand (Command &command)=0 |
Called when an 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 an command is received from a command source.
command | command coming from command source |