org.jboss.cdi.tck.tests.event.resolve.typeWithParameters
Class AnotherFooObserver

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.resolve.typeWithParameters.AnotherFooObserver

public class AnotherFooObserver
extends Object


Constructor Summary
AnotherFooObserver()
           
 
Method Summary
 void observe(Foo<Integer> foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnotherFooObserver

public AnotherFooObserver()
Method Detail

observe

public void observe(@Observes
                    Foo<Integer> foo)


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