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

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

Constructor Summary
StringEventDecorator()
           
 
Method Summary
 void fire(String 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

StringEventDecorator

public StringEventDecorator()
Method Detail

fire

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


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