Uses of Interface
javax.enterprise.event.Event

Packages that use Event
javax.enterprise.event Annotations and interfaces relating to events. 
 

Uses of Event in javax.enterprise.event
 

Methods in javax.enterprise.event that return Event
 Event<T> Event.select(java.lang.annotation.Annotation... qualifiers)
          Obtains a child Event for the given additional required qualifiers.
<U extends T>
Event<U>
Event.select(java.lang.Class<U> subtype, java.lang.annotation.Annotation... qualifiers)
          Obtains a child Event for the given required type and additional required qualifiers.
<U extends T>
Event<U>
Event.select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... qualifiers)
          Obtains a child Event for the given required type and additional required qualifiers.
 



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