org.jboss.cdi.tck.tests.decorators.builtin.event
Class StringEventDecorator
java.lang.Object
org.jboss.cdi.tck.tests.decorators.builtin.event.StringEventDecorator
- All Implemented Interfaces:
- Serializable, javax.enterprise.event.Event<String>
@Decorator
public abstract class StringEventDecorator
- extends Object
- implements javax.enterprise.event.Event<String>, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.enterprise.event.Event |
select, select, select |
StringEventDecorator
public StringEventDecorator()
fire
public void fire(String event)
- Specified by:
fire in interface javax.enterprise.event.Event<String>
Copyright © 2008-2012 Seam Framework. All Rights Reserved.