Uses of Class
org.jboss.weld.event.ObserverMethodImpl
Packages that use ObserverMethodImpl
-
Uses of ObserverMethodImpl in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return ObserverMethodImplMethods in org.jboss.weld.bootstrap with parameters of type ObserverMethodImplModifier and TypeMethodDescriptionstatic <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 ObserverMethodImplModifierConstructorDescriptionObserverInitializationContext(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 ObserverMethodImplModifier and TypeMethodDescription<T,X> jakarta.enterprise.inject.spi.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.eventModifier and TypeClassDescriptionclassAn implementation ofObserverMethodused for events delivered to extensions.Methods in org.jboss.weld.event that return ObserverMethodImplModifier and TypeMethodDescriptionstatic <T,X> ObserverMethodImpl<T, X> ObserverFactory.create(EnhancedAnnotatedMethod<T, ? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager, boolean isAsync) Creates an observer