Package | Description |
---|---|
javax.enterprise.event |
Annotations and interfaces relating to events.
|
Modifier and Type | Method and Description |
---|---|
Event<T> |
Event.select(java.lang.annotation.Annotation... qualifiers)
Obtains a child Event for the given additional required qualifiers.
|
<U extends T> |
Event.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
|
<U extends T> |
Event.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
|