| Package | Description | 
|---|---|
| javax.enterprise.event | 
 Annotations and interfaces relating to events. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Event<T> | 
Event.select(Annotation... qualifiers)
 Obtains a child Event for the given additional required qualifiers. 
 | 
<U extends T>  | 
Event.select(Class<U> subtype,
      Annotation... qualifiers)
 Obtains a child Event for the given required type and additional required qualifiers. 
 | 
<U extends T>  | 
Event.select(TypeLiteral<U> subtype,
      Annotation... qualifiers)
 Obtains a child Event for the given required type and additional required qualifiers. 
 | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.