Uses of Interface
javax.enterprise.event.Event

Packages that use Event
javax.enterprise.event   
 

Uses of Event in javax.enterprise.event
 

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.
<U extends T>
Event<U>
Event.select(java.lang.Class<U> subtype, java.lang.annotation.Annotation... bindings)
          Returns a child Event of the type specified and additional specified bindings.
<U extends T>
Event<U>
Event.select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... bindings)
          Returns a child Event of the type specified and additional specified bindings.
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.