Package | Description |
---|---|
javax.enterprise.event |
Annotations and interfaces relating to events.
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Method and Description |
---|---|
Event<T> |
Event.select(Annotation... qualifiers)
Obtains a child Event for the given additional required qualifiers.
|
<U extends T> |
Event.select(Class<U> subtype,
Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
|
<U extends T> |
Event.select(TypeLiteral<U> subtype,
Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
|
Modifier and Type | Method and Description |
---|---|
Event<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 of
Event built-in bean requirement. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.