Uses of Interface
org.jboss.weld.events.WeldEvent
Packages that use WeldEvent
-
Uses of WeldEvent in org.jboss.weld.events
Methods in org.jboss.weld.events that return WeldEventModifier and TypeMethodDescriptionWeldEvent.select(jakarta.enterprise.util.TypeLiteral<U> subtype, Annotation... qualifiers) WeldEvent.select(Annotation... qualifiers) 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.