|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprovided.client.controller.ClientController
public class ClientController
Controller for the Client MVC system.
Field Summary | |
---|---|
private ClientModel |
model
The model of the MVC |
private ClientGUI |
view
The view of the MVC |
Constructor Summary | |
---|---|
ClientController()
Constructor of the class. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main() method of the client application. |
void |
start()
Starts the view then the model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ClientGUI view
private ClientModel model
Constructor Detail |
---|
public ClientController()
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 |