Class NullClientGUI

  • All Implemented Interfaces:
    IClientGUI

    public class NullClientGUI
    extends java.lang.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.