| Interface | Description |
|---|---|
| IOptions |
Allows getting and setting options.
|
| IStartHandler |
An interface for Non-Server-Side (not in server package being) GUI
classes (so far, the WebClient), so that they can request from the
"start-Object" to initiate a new game without actually having to
have a reference to the net.sf.colossus.server package.
|
| OptionObjectProvider |
Someone to ask for an (I)Options object.
|
| Class | Description |
|---|---|
| Constants |
Class Constants just holds constants.
|
| IOptions.Listener |
A callback interface for changes to the options.
|
| Options |
Class Options lists game options for Colossus.
|
| WhatNextManager | |
| WhatNextManager.TimedJvmQuit |
A demon thread which is started by triggerTimedQuit.
|
| Enum | Description |
|---|---|
| Constants.ConfirmVals | |
| Constants.HexsideGates | |
| WhatNextManager.WhatToDoNext |
The various constants for activities what the Start class should do
as next thing, typically when a dialog is closed or a games ended.
|