Venice 0.7beta

org.mov.quote
Class QuoteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.mov.quote.QuoteEvent
All Implemented Interfaces:
java.io.Serializable

public class QuoteEvent
extends java.util.EventObject

Representation of an event indicating that a new intra-day quote has been downloaded.

Author:
Andrew Leppard
See Also:
IDQuoteCache, QuoteEvent, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
QuoteEvent(IDQuoteCache quoteCache)
          Create a new quote event based on the given module.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuoteEvent

public QuoteEvent(IDQuoteCache quoteCache)
Create a new quote event based on the given module.

Parameters:
quoteCache - The intra-day quote cache

Venice 0.7beta