org.jboss.cdi.tck.tests.event.broken.observer.beanNotManaged
Class NonManagedBean
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonManagedBean
public NonManagedBean(String name)
observe
public void observe(@Observes@Any
String event)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.