StockNotifypublic interface StockNotify implements RemoteThe StockNotify remote interface is used to receive a stock
update. |
Methods Summary |
---|
public void | update(java.util.Date date, Stock[] stocks)Notification of stock updates for a particular time.
|
|