22 #ifndef FIFE_EVENTCHANNEL_ICOMMANDLISTENER_H
23 #define FIFE_EVENTCHANNEL_ICOMMANDLISTENER_H
Listener of command events.
Class for commands Commands are arbitrary events e.g.
virtual ~ICommandListener()
virtual void onCommand(Command &command)=0
Called when an command is received from a command source.