FileDocCategorySizeDatePackage
StockNotify.javaAPI DocExample2155Wed Apr 19 11:20:38 BST 2000examples.stock

StockNotify

public interface StockNotify implements Remote
The StockNotify remote interface is used to receive a stock update.

Fields Summary
Constructors Summary
Methods Summary
public voidupdate(java.util.Date date, Stock[] stocks)
Notification of stock updates for a particular time.

param
date the time of the stock update
param
stocks an array containing the stocks for which the object has registered interest.
exception
RemoteException if a communication failure occurs