|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprovided.engine.controller.EngineController
public class EngineController
Controller for the Server (Engine) part of the system.
Field Summary | |
---|---|
private EngineModel |
model
The model |
private EngineGUI |
view
The view |
Constructor Summary | |
---|---|
EngineController()
Constructor of the class. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method that instantiates the controller and starts it. |
void |
start()
Start the system up. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private EngineGUI view
private EngineModel model
Constructor Detail |
---|
public EngineController()
Method Detail |
---|
public void start()
public static void main(java.lang.String[] args)
args
- ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |