Uses of Class
org.jboss.weld.event.FastEvent
Packages that use FastEvent
-
Uses of FastEvent in org.jboss.weld.contexts.activator
Fields in org.jboss.weld.contexts.activator declared as FastEventModifier and TypeFieldDescriptionAbstractActivateRequestContextInterceptor.fastEventBeforeDestroyedAbstractActivateRequestContextInterceptor.fastEventDestroyedAbstractActivateRequestContextInterceptor.fastEventInit -
Uses of FastEvent in org.jboss.weld.event
Methods in org.jboss.weld.event that return FastEventModifier and TypeMethodDescriptionstatic <T> FastEvent<T>FastEvent.of(Class<T> type, BeanManagerImpl manager, Annotation... qualifiers) Same asof(Class, BeanManagerImpl, Annotation...), just the accessible lenient observer notifier is used for observer method resolutionstatic <T> FastEvent<T>FastEvent.of(Class<T> type, BeanManagerImpl manager, ObserverNotifier notifier, Annotation... qualifiers) Constructs a new FastEvent instance