name.angoca.db2sa.cli
Class AbstractInterfaceController
java.lang.Object
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
- 0.0.1 Class creation.
- 0.1.0 Class renamed.
- 0.2.0 No constructor.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
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 |
AbstractInterfaceController
public AbstractInterfaceController()
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) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.