
public interface QuoteClient extends java.rmi.Remote {
  void newQuote(StockQuote newquote) throws java.rmi.RemoteException;
}
