Package | Description |
---|---|
com.caucho.config.event | |
javax.enterprise.event |
Firing and observing events from Java Injection beans.
|
Modifier and Type | Class and Description |
---|---|
class |
EventImpl<T> |
Modifier and Type | Method and Description |
---|---|
Event<T> |
EventImpl.select(java.lang.annotation.Annotation... bindings) |
<U extends T> |
EventImpl.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... bindings) |
<U extends T> |
EventImpl.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... bindings) |
Modifier and Type | Method and Description |
---|---|
Event<T> |
Event.select(java.lang.annotation.Annotation... qualifiers)
Adds the current set of qualifiers, returning a new Event object.
|
<U extends T> |
Event.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qaualifiers)
Adds the current set of bindings, returning a new Event object.
|
<U extends T> |
Event.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Adds the current set of qualifiers, returning a new Event object.
|