name.angoca.db2sa.cli
Class AbstractInterfaceController

Package class diagram package AbstractInterfaceController
java.lang.Object
  extended by name.angoca.db2sa.cli.AbstractInterfaceController
Direct Known Subclasses:
JlineInterfaceController, SystemInterfaceController

public abstract class AbstractInterfaceController
extends Object

This is the interface controller that manages the reads and the printer.
Control Version

Version:
1.0.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)

Constructor Summary
AbstractInterfaceController()
           
 
Method Summary
abstract  void start()
          Starts to read commands from the user and process them.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInterfaceController

public AbstractInterfaceController()
Method Detail

start

public abstract void start()
                    throws AbstractDB2SAException
Starts to read commands from the user and process them.

Throws:
AbstractDB2SAException - When there is a IO problem.


Andres Gomez Casanova (AngocA) Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.