Package | Description |
---|---|
org.jboss.weld.bootstrap | |
org.jboss.weld.bootstrap.events | |
org.jboss.weld.event |
Modifier and Type | Method and Description |
---|---|
ObserverMethodImpl<T,X> |
ObserverInitializationContext.getObserver() |
Modifier and Type | Method and Description |
---|---|
static <T,X> ObserverInitializationContext<T,X> |
ObserverInitializationContext.of(ObserverMethodImpl<T,X> observer,
EnhancedAnnotatedMethod<T,? super X> annotated) |
Constructor and Description |
---|
ObserverInitializationContext(ObserverMethodImpl<T,X> observer,
EnhancedAnnotatedMethod<T,? super X> annotated) |
Modifier and Type | Method and Description |
---|---|
static <T,X> void |
ProcessObserverMethodImpl.fire(BeanManagerImpl beanManager,
ObserverMethodImpl<T,X> observer) |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionObserverMethodImpl<T,X>
An implementation of
ObserverMethod used for events delivered to extensions. |
Modifier and Type | Method and Description |
---|---|
static <T,X> ObserverMethodImpl<T,X> |
ObserverFactory.create(EnhancedAnnotatedMethod<T,? super X> method,
RIBean<X> declaringBean,
BeanManagerImpl manager)
Creates an observer
|
Copyright © 2016. All rights reserved.