Package | Description |
---|---|
javax.enterprise.event |
Annotations and interfaces relating to events.
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.events |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
WeldEvent<T>
Enriched version of
Event . |
Copyright © 2019 JBoss by Red Hat. All rights reserved.