org.jboss.cdi.tck.tests.decorators.builtin.event
Class FooEventDecorator
java.lang.Object
org.jboss.cdi.tck.tests.decorators.builtin.event.FooEventDecorator
- All Implemented Interfaces:
- Serializable, javax.enterprise.event.Event<Foo>
@Decorator
public abstract class FooEventDecorator
- extends Object
- implements javax.enterprise.event.Event<Foo>, Serializable
- Author:
- Martin Kouba
- See Also:
- Serialized Form
|
Method Summary |
void |
fire(Foo event)
|
| 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 |
FooEventDecorator
public FooEventDecorator()
fire
public void fire(Foo event)
- Specified by:
fire in interface javax.enterprise.event.Event<Foo>
Copyright © 2008-2012 Seam Framework. All Rights Reserved.