| Interface | Description |
|---|---|
| IAdministrativeListener | |
| IControllableGame | |
| IHistoryListener | |
| ILobbyClientListener |
Receives updates within a GameRoom on the client-side.
|
| IPollsHistory | |
| IPollsUpdates | |
| IUpdateListener | |
| StateListener |
| Class | Description |
|---|---|
| AbstractLobbyClientListener | |
| ControllingClient | |
| GameLoaderClient |
This client serves the purpose to load a game state from any XML file (a replay for example). It is used to load a given board to play on.
|
| LobbyClient |
This class is used to handle all communication with a server. - It is used in a client (e.g. the java simple client). - It is also used to represent observer-threads started by the server which connect to the server. The server always has a Client object for every LobbyClient representing the client on the server-side.
|
| ObservingClient | |
| SingleRoomClient | |
| XStreamClient |