Class NullClientGUI

java.lang.Object
net.sf.colossus.client.NullClientGUI
All Implemented Interfaces:
IClientGUI

public class NullClientGUI extends Object implements IClientGUI
A replacement for ClientGUI class which does nothing, so that client can simply call it same way as the real GUI but just nothing happens. I.e. we get rid of all the "if (board != null)" stuff.