Uses of Interface
javax.enterprise.inject.spi.ObserverMethod
Packages that use ObserverMethod
-
Uses of ObserverMethod in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return ObserverMethodModifier and TypeMethodDescriptionProcessObserverMethod.getObserverMethod()
TheObserverMethod
object that will be used by the container to invoke the observer when a matching event is fired.Methods in javax.enterprise.inject.spi that return types with arguments of type ObserverMethodModifier and TypeMethodDescription<T> Set<ObserverMethod<? super T>>
BeanManager.resolveObserverMethods
(T event, Annotation... qualifiers) Return the set of observers for an event.Methods in javax.enterprise.inject.spi with parameters of type ObserverMethodModifier and TypeMethodDescriptionvoid
AfterBeanDiscovery.addObserverMethod
(ObserverMethod<?> observerMethod) Fires an event of typeProcessObserverMethod
containing the givenObserverMethod
and then registers theObserverMethod
with the container, thereby making it available for event notifications.