public interface Client extends java.rmi.Remote { public void update(Update event) throws java.rmi.RemoteException; }