org.jboss.cdi.tck.tests.event.broken.observer.beanNotManaged
Class NonManagedBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.broken.observer.beanNotManaged.NonManagedBean

public class NonManagedBean
extends Object

This class is not a bean since it does not have a default constructor nor does it have a constructor annotated with {@link

Author:
David Allen

Constructor Summary
NonManagedBean(String name)
           
 
Method Summary
 void observe(String event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonManagedBean

public NonManagedBean(String name)
Method Detail

observe

public void observe(@Observes@Any
                    String event)


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