Methods in javax.enterprise.event that return Event |
Event<T> |
Event.select(java.lang.annotation.Annotation... bindings)
Returns a child Event with the additional specified bindings. |
|
Event.select(java.lang.Class<U> subtype,
java.lang.annotation.Annotation... bindings)
Returns a child Event of the type specified and additional specified bindings. |
|
Event.select(TypeLiteral<U> subtype,
java.lang.annotation.Annotation... bindings)
Returns a child Event of the type specified and additional specified bindings. |