org.apache.webbeans.event
Class EventMetadataImpl
java.lang.Object
org.apache.webbeans.event.EventMetadataImpl
- All Implemented Interfaces:
- EventMetadata
public class EventMetadataImpl
- extends Object
- implements EventMetadata
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventMetadataImpl
public EventMetadataImpl(Type type,
InjectionPoint injectionPoint,
Annotation... qualifiers)
getType
public Type getType()
- Description copied from interface:
EventMetadata
- Returns the resolved event
Type.
- Specified by:
getType in interface EventMetadata
getInjectionPoint
public InjectionPoint getInjectionPoint()
- Description copied from interface:
EventMetadata
- Get the
InjectionPoint from which the event fired, or
null if it was fired from
BeanManager.fireEvent(Object, Annotation...);
- Specified by:
getInjectionPoint in interface EventMetadata
getQualifiers
public Set<Annotation> getQualifiers()
- Description copied from interface:
EventMetadata
- Get the qualifiers for which event payload was fired.
- Specified by:
getQualifiers in interface EventMetadata
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.