Uses of Interface
sunw.demo.quote.QuoteListener

Packages that use QuoteListener
sunw.demo.quote   
 

Uses of QuoteListener in sunw.demo.quote
 

Methods in sunw.demo.quote with parameters of type QuoteListener
 void QuoteServer.addQuoteListener(QuoteListener x)
           
 void QuoteServer.removeQuoteListener(QuoteListener x)
           
 void QuoteServerImpl.addQuoteListener(QuoteListener x)
          The specified QuoteListeners quoteChanged method will be called each time new quote data is available.
 void QuoteServerImpl.removeQuoteListener(QuoteListener x)
          Remove this QuoteListener from the servers internal list.