public interface Client extends java.rmi.Remote { public void update(Update event) throws java.rmi.RemoteException; public String name() throws java.rmi.RemoteException; public void setId(int id) throws java.rmi.RemoteException; public void setServer(java.rmi.Remote server) throws java.rmi.RemoteException; }