|
|||||||||
| 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.
| Field Summary | |
|---|---|
private static java.util.logging.Logger |
logger
|
| 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 net.sf.freecol.server.control.FreeColServerHolder |
|---|
getFreeColServer, getGame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.util.logging.Logger logger
| 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 | ||||||||