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