org.jboss.cdi.tck.tests.event.observer.enterprise
Class StockWatcher

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.observer.enterprise.StockWatcher
All Implemented Interfaces:
StockWatcherLocal
Direct Known Subclasses:
IntermediateStockWatcher

public class StockWatcher
extends Object
implements StockWatcherLocal


Constructor Summary
StockWatcher()
           
 
Method Summary
 String getName()
           
 void observeStockPrice(StockPrice price)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockWatcher

public StockWatcher()
Method Detail

observeStockPrice

public void observeStockPrice(@Observes
                              StockPrice price)
Specified by:
observeStockPrice in interface StockWatcherLocal

getName

public String getName()
Specified by:
getName in interface StockWatcherLocal


Copyright © 2008-2012 Seam Framework. All Rights Reserved.