| Package | Description |
|---|---|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap.events |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| 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 |
|---|---|
<T,X> ObserverMethod<T> |
ContainerLifecycleEvents.fireProcessObserverMethod(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 © 2015. All Rights Reserved.