org.jogre.client
Interface IClient

All Superinterfaces:
ITable
All Known Implementing Classes:
JogreClientFrame

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.1
Author:
Bob Marks

Method Summary
 void receiveGameMessage(XMLElement message)
          Recieve a message specific to a particular game.
 
Methods inherited from interface org.jogre.client.ITable
receiveTableMessage
 

Method Detail

receiveGameMessage

public void receiveGameMessage(XMLElement message)
Recieve a message specific to a particular game.

Parameters:
message - Game message from server