|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.enterprise.client.cdi.EventProvider
@Singleton public class EventProvider
Constructor Summary | |
---|---|
EventProvider()
|
Method Summary | |
---|---|
javax.enterprise.event.Event |
provide(Class<?>[] typeargs,
Annotation[] qualifiers)
Called to provide an instance of the type provided for by this type provider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventProvider()
Method Detail |
---|
public javax.enterprise.event.Event provide(Class<?>[] typeargs, Annotation[] qualifiers)
ContextualTypeProvider
provide
in interface ContextualTypeProvider<javax.enterprise.event.Event>
typeargs
- the raw class values of the outer-most type arguments. For example, if the injection point
is of the type Map<String, List<? extends Number<>> then the values
passed to this argument will be [String.class, List.class].qualifiers
- and array of qualifiers at the injection point.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |