Package org.apache.webbeans.event
Interface OwbObserverMethod<T>
-
- All Superinterfaces:
javax.enterprise.inject.spi.ObserverMethod<T>,javax.enterprise.inject.spi.Prioritized
- All Known Implementing Classes:
ContainerEventObserverMethodImpl,ObserverMethodImpl
public interface OwbObserverMethod<T> extends javax.enterprise.inject.spi.ObserverMethod<T>This interface fixes an issue of the CDI API. See https://issues.jboss.org/browse/CDI-36
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<javax.enterprise.inject.spi.InjectionPoint>getInjectionPoints()Returns theInjectionPoints for the parameters of this observer method.AbstractOwbBean<?>getOwnerBean()
-
-
-
Method Detail
-
getOwnerBean
AbstractOwbBean<?> getOwnerBean()
-
getInjectionPoints
Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
Returns theInjectionPoints for the parameters of this observer method.
-
-