org.jboss.cdi.tck.tests.decorators.builtin.event
Class FooEventDecorator

java.lang.Object
  extended by 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

Constructor Summary
FooEventDecorator()
           
 
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
 

Constructor Detail

FooEventDecorator

public FooEventDecorator()
Method Detail

fire

public void fire(Foo event)
Specified by:
fire in interface javax.enterprise.event.Event<Foo>


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