public interface OwbObserverMethod<T>
extends javax.enterprise.inject.spi.ObserverMethod<T>
| Modifier and Type | Method and Description |
|---|---|
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints()
Returns the
InjectionPoints for the parameters of this observer method. |
void |
notify(T event,
javax.enterprise.inject.spi.EventMetadata metadata)
will actually call the underlying observer method with the specified event metadata
|
Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
InjectionPoints for the parameters of this observer method.void notify(T event, javax.enterprise.inject.spi.EventMetadata metadata)
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.