| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Method | Description |
|---|---|---|
ObserverMethod<T> |
ProcessObserverMethod.getObserverMethod() |
The
ObserverMethod object that will be used by the container to invoke the observer
when a matching event is fired. |
| Modifier and Type | Method | Description |
|---|---|---|
<T> java.util.Set<ObserverMethod<? super T>> |
BeanManager.resolveObserverMethods(T event,
java.lang.annotation.Annotation... qualifiers) |
Return the set of observers for an event.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AfterBeanDiscovery.addObserverMethod(ObserverMethod<?> observerMethod) |
Fires an event of type
ProcessObserverMethod containing the given
ObserverMethod and then registers the
ObserverMethod with the container, thereby making it available for event
notifications. |