1: 2: public interface QuoteClient extends java.rmi.Remote { 3: void newQuote(StockQuote newquote) throws java.rmi.RemoteException; 4: }