Uses of Class
org.jboss.weld.event.FastEvent
-
Packages that use FastEvent Package Description org.jboss.weld.event JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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
-