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

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

public class StockWatcher
extends Object
implements StockWatcherLocal


Constructor Summary
StockWatcher()
           
 
Method Summary
 String getName()
           
 void observeStockPrice(org.jboss.jsr299.tck.tests.event.observer.enterprise.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
                              org.jboss.jsr299.tck.tests.event.observer.enterprise.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.