public interface Server { public int register(Client client) ; public void broadcast(Update event) ; public String list() ; }