Uses of Class
org.jboss.weld.event.FastEvent
-
Packages that use FastEvent Package Description org.jboss.weld.contexts.activator org.jboss.weld.event -
-
Uses of FastEvent in org.jboss.weld.contexts.activator
Fields in org.jboss.weld.contexts.activator declared as FastEvent Modifier and Type Field Description protected FastEvent<Object>AbstractActivateRequestContextInterceptor. fastEventBeforeDestroyedprotected FastEvent<Object>AbstractActivateRequestContextInterceptor. fastEventDestroyedprotected FastEvent<Object>AbstractActivateRequestContextInterceptor. fastEventInit -
Uses of FastEvent in org.jboss.weld.event
Methods in org.jboss.weld.event that return FastEvent Modifier and Type Method Description static <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
-