public class EventSourceMock<T> extends Object implements javax.enterprise.event.Event<T>
Constructor and Description |
---|
EventSourceMock() |
Modifier and Type | Method and Description |
---|---|
void |
fire(T event) |
javax.enterprise.event.Event<T> |
select(Annotation... qualifiers) |
<U extends T> |
select(Class<U> subtype,
Annotation... qualifiers) |
public javax.enterprise.event.Event<T> select(Annotation... qualifiers)
select
in interface javax.enterprise.event.Event<T>
public <U extends T> javax.enterprise.event.Event<U> select(Class<U> subtype, Annotation... qualifiers)
select
in interface javax.enterprise.event.Event<T>
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.