FIFE  2008.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
FIFE::ICommandListener Class Reference

#include <ec_icommandlistener.h>

Collaboration diagram for FIFE::ICommandListener:
Collaboration graph

Public Member Functions

virtual void onCommand (Command &command)=0

Detailed Description

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.

Member Function Documentation

virtual void FIFE::ICommandListener::onCommand ( Command command)
pure virtual

Called when an command is received from a command source

Parameters
commandcommand coming from command source

The documentation for this class was generated from the following file: