org.jogre.client
Interface ITable

All Known Subinterfaces:
IClient
All Known Implementing Classes:
ConnectionPanel, JogreClientApplet, JogreClientFrame, JogreClientPanel, JogreTableFrame

public interface ITable

Client which a GUI table extends to recieve communication objects.

Version:
Alpha 0.2.3
Author:
Bob Marks

Method Summary
 void receiveTableMessage(XMLElement message)
          Recieve method which the client must over write.
 

Method Detail

receiveTableMessage

public void receiveTableMessage(XMLElement message)
Recieve method which the client must over write.

Parameters:
message - Message from server.