|
UFO: Alien Invasion
|
Listener for command changes. More...
#include <cmd.h>


Public Member Functions | |
| virtual | ~CmdListener () |
| virtual void | onAdd (const char *cmdName)=0 |
| virtual void | onRemove (const char *cmdName)=0 |
Listener for command changes.
| cmdName | The name of the command that was created. |
|
pure virtual |
Implemented in GAMECmdListener.
|
pure virtual |
Implemented in GAMECmdListener.