All Classes

Class Description
Client
This class represents a Client interacting with the server.
ClientEventAdapter
An abstract adapter class for receiving client events.
ClientEventListener
Interface for Client events/callbacks.
ErrorCodes
This class defines the list of Error codes sent by the server This object/function prototype defines the list of Error codes sent by the server
ErrorLogger
Interface for logging errors
GamePlayNotInProgressException
Exception thrown when GamePlay has not started and Client invokes playAction() method
JsonUtil
This class contains convenience/utility methods for the java Json processing api.
LoginType
Enumeration of the possible LoginTypes
Player
This class represents a Player seated in the room and can be used to render a player onto the UI This object/function prototype represents a Player seated in the room and can be used to render a player onto the UI
Room
This class represents a game room.
RoomInfo
This class represents the key info for each room in the room list This object/function prototype represents the key info for each room in the room list
RoomType
Enumeration of the possible room types
ServerMessageType
Enumeration of the possible Server message types