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()TheObserverMethodobject 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 TypeMethodDescriptionvoidAfterBeanDiscovery.addObserverMethod(ObserverMethod<?> observerMethod) Fires an event of typeProcessObserverMethodcontaining the givenObserverMethodand then registers theObserverMethodwith the container, thereby making it available for event notifications.