org.jbpm.shared.services.impl.events
@Veto public class JbpmServicesEventImpl<T> extends Object implements javax.enterprise.event.Event<T>, Serializable
Constructor and Description |
---|
JbpmServicesEventImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
addListener(JbpmServicesEventListener e) |
void |
clearListeners() |
void |
fire(T t) |
List<JbpmServicesEventListener> |
getListeners() |
javax.enterprise.event.Event<T> |
select(Annotation... antns) |
<U extends T> |
select(Class<U> type,
Annotation... antns) |
<U extends T> |
select(javax.enterprise.util.TypeLiteral<U> tl,
Annotation... antns) |
public boolean addListener(JbpmServicesEventListener e)
public void clearListeners()
public List<JbpmServicesEventListener> getListeners()
public javax.enterprise.event.Event<T> select(Annotation... antns)
select
in interface javax.enterprise.event.Event<T>
public <U extends T> javax.enterprise.event.Event<U> select(Class<U> type, Annotation... antns)
select
in interface javax.enterprise.event.Event<T>
public <U extends T> javax.enterprise.event.Event<U> select(javax.enterprise.util.TypeLiteral<U> tl, Annotation... antns)
select
in interface javax.enterprise.event.Event<T>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.