org.jboss.cdi.tck.tests.event.observer.inheritance.enterprise
Interface StockWatcherLocal

All Known Implementing Classes:
IndirectStockWatcher, IntermediateStockWatcher, StockWatcher

public interface StockWatcherLocal


Method Summary
 String getName()
           
 void observeStockPrice(StockPrice price)
           
 

Method Detail

observeStockPrice

void observeStockPrice(@Observes
                       StockPrice price)

getName

String getName()


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