org.jboss.jsr299.tck.tests.event.observer.enterprise
Class StockWatcher
java.lang.Object
org.jboss.jsr299.tck.tests.event.observer.enterprise.StockWatcher
- All Implemented Interfaces:
- StockWatcherLocal
- Direct Known Subclasses:
- IndirectStockWatcher
public class StockWatcher
- extends Object
- implements StockWatcherLocal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StockWatcher
public StockWatcher()
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.