public interface Server extends java.rmi.Remote { public int register(Client client) throws java.rmi.RemoteException; public void broadcast(Update event) throws java.rmi.RemoteException; public String list() throws java.rmi.RemoteException; }