Uses of Interface
org.jboss.weld.events.WeldEvent
-
Packages that use WeldEvent Package Description org.jboss.weld.events -
-
Uses of WeldEvent in org.jboss.weld.events
Methods in org.jboss.weld.events that return WeldEvent Modifier and Type Method Description WeldEvent<T>WeldEvent. select(Annotation... qualifiers)<U extends T>
WeldEvent<U>WeldEvent. select(Class<U> subtype, Annotation... qualifiers)<X> WeldEvent<X>WeldEvent. select(Type type, Annotation... qualifiers)Obtains a childEventfor the given required type and additional required qualifiers.<U extends T>
WeldEvent<U>WeldEvent. select(javax.enterprise.util.TypeLiteral<U> subtype, Annotation... qualifiers)
-