|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.server.control.FreeColServerHolder
net.sf.freecol.server.control.Controller
public abstract class Controller
The control object that is responsible for making changes to the internal model and for communicating with the clients.
Constructor Summary | |
---|---|
Controller(FreeColServer freeColServer)
The constructor to use. |
Method Summary | |
---|---|
void |
shutdown()
Shut down the server (which sends a message to each client). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Controller(FreeColServer freeColServer)
freeColServer
- The main server object.Method Detail |
---|
public void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |