| Package | Description |
|---|---|
| javax.enterprise.event |
Firing and observing events from Java Injection beans.
|
| Modifier and Type | Method and Description |
|---|---|
Event<T> |
Event.select(java.lang.annotation.Annotation... qualifiers)
Adds the current set of qualifiers, returning a new Event object.
|
<U extends T> |
Event.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qaualifiers)
Adds the current set of bindings, returning a new Event object.
|
<U extends T> |
Event.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Adds the current set of qualifiers, returning a new Event object.
|