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(TypeLiteral<U> subtype,
Annotation... qualifiers) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.