| Modifier and Type | Field and Description |
|---|---|
protected G |
gui |
protected L |
logic |
protected M |
model |
protected java.lang.String |
name |
| Constructor and Description |
|---|
AbstractApp() |
| Modifier and Type | Method and Description |
|---|---|
G |
getGui() |
L |
getLogic() |
M |
getModel() |
java.lang.String |
getName() |
void |
start() |
protected void |
startImp()
By default, this just calls gui.getWindow().setVisible(true);
|
void |
stop() |
protected void |
stopImp()
By default, this just calls gui.getWindow().setVisible(false) and gui.getWindow().dispose();
|
public void start()
public void stop()
public java.lang.String getName()
public M getModel()
public L getLogic()
public G getGui()
protected void startImp()
throws java.lang.Exception
java.lang.Exceptionprotected void stopImp()
throws java.lang.Exception
java.lang.Exception