Package com.sun.tdk.sampleapi

Provides classes and interface for stock quotes.

See:
          Description

Interface Summary
QuoteAgent Quote agent interface.
 

Class Summary
Quote Represents (immutable) stock quote.
StockInfoManager StockInfoManager is an entry point to the Sample API.
StockSymbol StockSymbol class represents a ticker symbol.
 

Exception Summary
GetQuoteException This exception may be thrown by methods that have detected an i/o exception while retrieving requested stock information.
 

Package com.sun.tdk.sampleapi Description

Provides classes and interface for stock quotes. It is intended to make it possible to retrieve stock information and display it on the screen using visual AWT components.

StockInfoManager is an entry point to this API.

Since:
1.0