Uses of Interface
javax.enterprise.inject.spi.ProcessObserverMethod
-
Packages that use ProcessObserverMethod Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bootstrap.events org.jboss.weld.environment.se -
-
Uses of ProcessObserverMethod in javax.enterprise.inject.spi
Subinterfaces of ProcessObserverMethod in javax.enterprise.inject.spi Modifier and Type Interface Description interfaceProcessSyntheticObserverMethod<T,X>The container fires an event of this type for each custom implementation ofObserverMethodadded throughAfterBeanDiscovery.addObserverMethod(ObserverMethod)orAfterBeanDiscovery.addObserverMethod(), before registering theObserverMethodobject. -
Uses of ProcessObserverMethod in org.jboss.weld.bootstrap.events
Classes in org.jboss.weld.bootstrap.events that implement ProcessObserverMethod Modifier and Type Class Description classProcessObserverMethodImpl<T,X>Implementation of the event used to notify observers for each observer method that is added.classProcessSyntheticObserverMethodImpl<T,X>This event is used to notify observers for each synthetic observer method that is added. -
Uses of ProcessObserverMethod in org.jboss.weld.environment.se
Methods in org.jboss.weld.environment.se that return types with arguments of type ProcessObserverMethod Modifier and Type Method Description static ContainerLifecycleObserver.Builder<ProcessObserverMethod<?,?>>ContainerLifecycleObserver. processObserverMethod()static ContainerLifecycleObserver.Builder<ProcessObserverMethod<?,?>>ContainerLifecycleObserver. processObserverMethod(Type observedType)
-