|
Class Summary |
| AbstractConnectionThread |
Abstract connection thread which is spawned with each client. |
| JogreModel |
Abstract class which holds the state/model of a particular game when
extended. |
| Player |
This class contains information about a player, which is a user
who has joined a table and wishes to play a game. |
| PlayerList |
This class contains a list of Player object.s |
| Table |
Server side data object which holds information on various tables
and their current users etc. |
| TableList |
Contains a HashMap of all the Table objects currently in play. |
| User |
Transmittable user data object. |
| UserList |
Transmittable user list data object. |
This package contains classes which are common to both a client or a server.