#include <BuilderController.h>
Public Member Functions | |
virtual int | parse ()=0 |
virtual void | addAction (CmdAction *action)=0 |
virtual int BuilderController::parse | ( | ) | [pure virtual] |
Begin recieving input events from the user.
Implemented in CmdLineBuilderController2.
virtual void BuilderController::addAction | ( | CmdAction * | action | ) | [pure virtual] |
Add an action to the command stream of the controller. Right now the Benware does not support removal.
Implemented in CmdLineBuilderController2.