Package | Description |
---|---|
javax.enterprise.event |
Modifier and Type | Method and Description |
---|---|
Event<T> |
Event.select(Annotation... qualifiers) |
<U extends T> |
Event.select(Class<U> subtype,
Annotation... qualifiers) |
<U extends T> |
Event.select(TypeLiteral<U> subtype,
Annotation... qualifiers) |
Copyright © 2024. All rights reserved.