|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
com.caucho.config.event | |
javax.enterprise.event | Firing and observing events from Java Injection beans. |
Uses of Event in com.caucho.config.event |
---|
Classes in com.caucho.config.event that implement Event | |
---|---|
class |
EventImpl<T>
|
Methods in com.caucho.config.event that return Event | ||
---|---|---|
Event<T> |
EventImpl.select(java.lang.annotation.Annotation... bindings)
|
|
|
EventImpl.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... bindings)
|
|
|
EventImpl.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... bindings)
|
Uses of Event in javax.enterprise.event |
---|
Methods in javax.enterprise.event that return Event | ||
---|---|---|
Event<T> |
Event.select(java.lang.annotation.Annotation... qualifiers)
Adds the current set of qualifiers, returning a new Event object. |
|
|
Event.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... qaualifiers)
Adds the current set of bindings, returning a new Event object. |
|
|
Event.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... qualifiers)
Adds the current set of qualifiers, returning a new Event object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |