Uses of Class
org.jboss.weld.event.ObserverMethodImpl
-
Packages that use ObserverMethodImpl Package Description org.jboss.weld.bootstrap org.jboss.weld.bootstrap.events org.jboss.weld.event -
-
Uses of ObserverMethodImpl in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return ObserverMethodImpl Modifier and Type Method Description ObserverMethodImpl<T,X>ObserverInitializationContext. getObserver()Methods in org.jboss.weld.bootstrap with parameters of type ObserverMethodImpl Modifier and Type Method Description static <T,X>
ObserverInitializationContext<T,X>ObserverInitializationContext. of(ObserverMethodImpl<T,X> observer, EnhancedAnnotatedMethod<T,? super X> annotated)Constructors in org.jboss.weld.bootstrap with parameters of type ObserverMethodImpl Constructor Description ObserverInitializationContext(ObserverMethodImpl<T,X> observer, EnhancedAnnotatedMethod<T,? super X> annotated) -
Uses of ObserverMethodImpl in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type ObserverMethodImpl Modifier and Type Method Description <T,X>
ObserverMethod<T>ContainerLifecycleEvents. fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethodImpl<T,X> observer) -
Uses of ObserverMethodImpl in org.jboss.weld.event
Subclasses of ObserverMethodImpl in org.jboss.weld.event Modifier and Type Class Description classExtensionObserverMethodImpl<T,X>An implementation ofObserverMethodused for events delivered to extensions.Methods in org.jboss.weld.event that return ObserverMethodImpl Modifier and Type Method Description static <T,X>
ObserverMethodImpl<T,X>ObserverFactory. create(EnhancedAnnotatedMethod<T,? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync)Creates an observer
-