Package | Description |
---|---|
org.jboss.weld.event |
Modifier and Type | Method and Description |
---|---|
static <T> FastEvent<T> |
FastEvent.of(Class<T> type,
BeanManagerImpl manager,
Annotation... qualifiers)
Same as
of(Class, BeanManagerImpl, Annotation...) , just the accessible lenient observer notifier is used for observer method resolution |
static <T> FastEvent<T> |
FastEvent.of(Class<T> type,
BeanManagerImpl manager,
ObserverNotifier notifier,
Annotation... qualifiers)
Constructs a new FastEvent instance
|
Copyright © 2016. All rights reserved.