| Package | Description | 
|---|---|
| javax.enterprise.inject.spi | The portable extension integration SPI. | 
| Modifier and Type | Method and Description | 
|---|---|
| ObserverMethod<T> | ProcessObserverMethod. getObserverMethod()The  ObserverMethodobject that will be used by the container to invoke the observer
 when a matching event is fired. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Set<ObserverMethod<? super T>> | BeanManager. resolveObserverMethods(T event,
                      Annotation... qualifiers)Return the set of observers for an event. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AfterBeanDiscovery. addObserverMethod(ObserverMethod<?> observerMethod)Fires an event of type  ProcessObserverMethodcontaining the givenObserverMethodand then registers theObserverMethodwith the container, thereby making it available for event
 notifications. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.