public interface EventMetadata
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.InjectionPoint |
getInjectionPoint()
Get the
InjectionPoint from which the event fired, or
null if it was fired from
BeanManager.fireEvent(Object, Annotation...); |
Set<Annotation> |
getQualifiers()
Get the qualifiers for which event payload was fired.
|
Type |
getType()
Returns the resolved event
Type. |
Set<Annotation> getQualifiers()
javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()
InjectionPoint from which the event fired, or
null if it was fired from
BeanManager.fireEvent(Object, Annotation...);Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.