CCAFFEINE  0.8.8
Public Member Functions
BuilderController Class Reference

#include <BuilderController.h>

Inheritance diagram for BuilderController:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int parse ()=0
virtual void addAction (CmdAction *action)=0

Detailed Description

A command line controller of the Model-View-Controller pattern for the builder. This reads from input and instructs the BuilderModel to perform actions and the BuilderView to printout information.


Member Function Documentation

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.


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