| Package | Description |
|---|---|
| org.jboss.weld.events |
| Modifier and Type | Method and Description |
|---|---|
WeldEvent<T> |
WeldEvent.select(Annotation... qualifiers) |
<U extends T> |
WeldEvent.select(Class<U> subtype,
Annotation... qualifiers) |
<X> WeldEvent<X> |
WeldEvent.select(Type type,
Annotation... qualifiers)
Obtains a child
Event for the given required type and additional required qualifiers. |
<U extends T> |
WeldEvent.select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers) |
Copyright © 2008–2019. All rights reserved.