org.jogre.client
Interface IClient
- All Superinterfaces:
- ITable
- All Known Implementing Classes:
- ConnectionPanel, JogreClientApplet, JogreClientFrame, JogreClientPanel
- public interface IClient
- extends ITable
Client interface between the ClientConnectionThread (which listens on network
calls) and a JogreClientFrame which implements this interface.
Note that the extends ITable as a client which implements this interface must
also be able to recieve TableMessages and forward the message to the correct
table.
- Version:
- Alpha 0.2.3
- Author:
- Bob Marks
receiveGameMessage
public void receiveGameMessage(XMLElement message)
- Recieve a message specific to a particular game.
- Parameters:
message
- Game message from server