| Package | Description |
|---|---|
| javax.enterprise.event |
| Modifier and Type | Method and Description |
|---|---|
Event<T> |
Event.select(java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
Event.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qualifiers) |
<U extends T> |
Event.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers) |