public interface EventMetadata
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
getInjectionPoint()
Get the
InjectionPoint from which the event fired, or
null if it was fired from
{@link javax.enterprise.inject.spi.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()
InjectionPoint getInjectionPoint()
InjectionPoint from which the event fired, or
null if it was fired from
BeanManager.fireEvent(Object, Annotation...);Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.