org.jbpm.shared.services.impl.events
Class JbpmServicesEventImpl<T>
java.lang.Object
org.jbpm.shared.services.impl.events.JbpmServicesEventImpl<T>
- All Implemented Interfaces:
- Serializable, javax.enterprise.event.Event<T>
@Veto
public class JbpmServicesEventImpl<T>
- extends Object
- implements javax.enterprise.event.Event<T>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbpmServicesEventImpl
public JbpmServicesEventImpl()
fire
public void fire(T t)
- Specified by:
fire
in interface javax.enterprise.event.Event<T>
addListener
public boolean addListener(JbpmServicesEventListener e)
clearListeners
public void clearListeners()
getListeners
public List<JbpmServicesEventListener> getListeners()
select
public javax.enterprise.event.Event<T> select(Annotation... antns)
- Specified by:
select
in interface javax.enterprise.event.Event<T>
select
public <U extends T> javax.enterprise.event.Event<U> select(Class<U> type,
Annotation... antns)
- Specified by:
select
in interface javax.enterprise.event.Event<T>
select
public <U extends T> javax.enterprise.event.Event<U> select(javax.enterprise.util.TypeLiteral<U> tl,
Annotation... antns)
- Specified by:
select
in interface javax.enterprise.event.Event<T>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.