All Packages Class Hierarchy This Package Previous Next Index
Class sunw.demo.quote.QuoteEvent
java.lang.Object
|
+----java.util.EventObject
|
+----sunw.demo.quote.QuoteEvent
- public class QuoteEvent
- extends EventObject
Simple encapsulation of quote data for a single stock. Note that
this class is serializable because EventObject implements
java.io.Serializable. The QuoteServer communicates with remote
QuoteListeners (used by the QuoteMonitor bean) via QuoteEvents.
- See Also:
- QuoteServer, QuoteListener
-
getAsk()
-
-
getBid()
-
-
getDate()
-
-
getOpen()
-
-
getPrice()
-
-
getSymbol()
-
-
getVolume()
-
getSymbol
public String getSymbol()
getDate
public Date getDate()
getPrice
public double getPrice()
getBid
public double getBid()
getAsk
public double getAsk()
getOpen
public double getOpen()
getVolume
public long getVolume()
All Packages Class Hierarchy This Package Previous Next Index