|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConversationalEvent<T>
Method Summary | ||
---|---|---|
ConversationalEvent<T> |
select(Annotation... qualifiers)
Obtains a child Event for the given additional required qualifiers. |
|
|
select(Class<U> subtype,
Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers. |
|
|
select(javax.enterprise.util.TypeLiteral<U> subtype,
Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers. |
Method Detail |
---|
ConversationalEvent<T> select(Annotation... qualifiers)
Obtains a child Event for the given additional required qualifiers.
qualifiers
- the additional specified qualifiers
IllegalArgumentException
- if passed two instances of the
same qualifier type, or an instance of an annotation that is not
a qualifier type<U extends T> ConversationalEvent<U> select(Class<U> subtype, Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
U
- the specified typesubtype
- a Class
representing the specified typequalifiers
- the additional specified qualifiers
IllegalArgumentException
- if passed two instances of the
same qualifier type, or an instance of an annotation that is not
a qualifier type<U extends T> ConversationalEvent<U> select(javax.enterprise.util.TypeLiteral<U> subtype, Annotation... qualifiers)
Obtains a child Event for the given required type and additional required qualifiers.
U
- the specified typesubtype
- a TypeLiteral
representing the specified typequalifiers
- the additional specified qualifiers
IllegalArgumentException
- if passed two instances of the
same qualifier type, or an instance of an annotation that is not
a qualifier type
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |