Uses of Interface
javax.enterprise.event.Event
-
Packages that use Event Package Description javax.enterprise.event Annotations and interfaces relating to events. -
-
Uses of Event in javax.enterprise.event
Methods in javax.enterprise.event that return Event Modifier and Type Method Description Event<T>
Event. select(java.lang.annotation.Annotation... qualifiers)
Obtains a child Event for the given additional required qualifiers.<U extends T>
Event<U>Event. select(java.lang.Class<U> subtype, java.lang.annotation.Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.<U extends T>
Event<U>Event. select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
-