public Chat(Communication communication) { this.communication = communication; secondWindowServer = new SecondWindowServer(); }
public ChatMaster(Communication communication) { this.communication = communication; writerGroups = new WriterGroups(communication); }