| Package | Description |
|---|---|
| org.jboss.weld.contexts.activator | |
| org.jboss.weld.event |
| Modifier and Type | Field and Description |
|---|---|
protected FastEvent<Object> |
AbstractActivateRequestContextInterceptor.fastEventBeforeDestroyed |
protected FastEvent<Object> |
AbstractActivateRequestContextInterceptor.fastEventDestroyed |
protected FastEvent<Object> |
AbstractActivateRequestContextInterceptor.fastEventInit |
| 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 © 2017. All rights reserved.