| Package | Description |
|---|---|
| javax.enterprise.event |
Annotations and interfaces relating to events.
|
| org.jboss.weld.bean.builtin | |
| org.jboss.weld.event | |
| org.jboss.weld.experimental |
This package contains prototypes of API changes proposed for next CDI version
|
| 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 |
|---|---|
protected Event<?> |
EventBean.newInstance(InjectionPoint ip,
CreationalContext<Event<?>> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Event<?> |
EventBean.newInstance(InjectionPoint ip,
CreationalContext<Event<?>> creationalContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl<T>
Implementation of the Event interface
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExperimentalEvent<T>
This API is experimental and will change! All the methods declared by this interface are supposed to be moved to
Event. |
Copyright © 2015. All Rights Reserved.