Uses of Interface
javax.enterprise.inject.spi.ObserverMethod
-
Packages that use ObserverMethod Package Description javax.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of ObserverMethod in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return ObserverMethod Modifier and Type Method Description ObserverMethod<T>ProcessObserverMethod. 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 ObserverMethod 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.Methods in javax.enterprise.inject.spi with parameters of type ObserverMethod Modifier and Type Method Description voidAfterBeanDiscovery. addObserverMethod(ObserverMethod<?> observerMethod)Fires an event of typeProcessObserverMethodcontaining the givenObserverMethodand then registers theObserverMethodwith the container, thereby making it available for event notifications.
-