22 #ifndef FIFE_EVENTCHANNEL_ICOMMAND_CONTROLLER_H
23 #define FIFE_EVENTCHANNEL_ICOMMAND_CONTROLLER_H
36 #include "ec_icommandlistener.h"
virtual void dispatchCommand(Command &command)=0
virtual void addCommandListenerFront(ICommandListener *listener)=0
virtual void addCommandListener(ICommandListener *listener)=0
virtual void removeCommandListener(ICommandListener *listener)=0
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...