Uses of Interface
javax.enterprise.event.Event
-
Packages that use Event Package Description javax.enterprise.event Annotations and interfaces relating to events.javax.enterprise.inject.spi The portable extension integration SPI. -
-
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. -
Uses of Event in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return Event Modifier and Type Method Description Event<java.lang.Object>
BeanManager. getEvent()
Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection ofEvent
built-in bean requirement.
-