public class GameLoaderClient extends XStreamClient implements IPollsHistory
This client serves the purpose to load a game state from any XML file (a replay for example). It is used to load a given board to play on.
protected void onObject(ProtocolMessage o)
public void addListener(IHistoryListener listener)
public void removeListener(IHistoryListener listener)