#include <ec_icommandcontroller.h>
List of all members.
Detailed Description
Controller provides a way to receive events from the system Using this interface, clients can subscribe themselves to receive events Also command sending is possible
Definition at line 44 of file ec_icommandcontroller.h.
Member Function Documentation
virtual void FIFE::ICommandController::addCommandListener |
( |
ICommandListener * |
listener |
) |
[pure virtual] |
Adds a listener to the back of the listener deque Listener will be notified via the corresponding events
- Parameters:
-
virtual void FIFE::ICommandController::addCommandListenerFront |
( |
ICommandListener * |
listener |
) |
[pure virtual] |
Adds a listener to the front of the listener deque Listener will be notified via the corresponding events
- Parameters:
-
virtual void FIFE::ICommandController::dispatchCommand |
( |
Command & |
command |
) |
[pure virtual] |
Use this method to send command to command listeners
- Parameters:
-
| command | command to dispatch |
virtual void FIFE::ICommandController::removeCommandListener |
( |
ICommandListener * |
listener |
) |
[pure virtual] |
Removes an added listener from the controller. Listener will not be notified anymore via the corresponding events
- Parameters:
-
| listener | listener to remove |
The documentation for this class was generated from the following file: