Uses of Interface
javax.enterprise.inject.spi.ObserverMethod
-
Packages that use ObserverMethod Package Description javax.enterprise.inject.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()Returns observer method instance that is called by the container on event.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)Returns set of observer methods.Methods in javax.enterprise.inject.spi with parameters of type ObserverMethod Modifier and Type Method Description voidAfterBeanDiscovery. addObserverMethod(ObserverMethod<?> observerMethod)Registers the given observer method with container.
-