|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObserverMethodImpl | |
---|---|
org.jboss.weld.bootstrap | |
org.jboss.weld.bootstrap.events | |
org.jboss.weld.event |
Uses of ObserverMethodImpl in org.jboss.weld.bootstrap |
---|
Methods in org.jboss.weld.bootstrap that return types with arguments of type ObserverMethodImpl | |
---|---|
Set<ObserverMethodImpl<?,?>> |
BeanDeployerEnvironment.getObservers()
|
Methods in org.jboss.weld.bootstrap with parameters of type ObserverMethodImpl | |
---|---|
void |
BeanDeployerEnvironment.addObserverMethod(ObserverMethodImpl<?,?> observer)
|
Method parameters in org.jboss.weld.bootstrap with type arguments of type ObserverMethodImpl | ||
---|---|---|
protected
|
ExtensionBeanDeployer.createObserverMethod(RIBean<X> declaringBean,
BeanManagerImpl beanManager,
WeldMethod<T,? super X> method,
Set<ObserverMethodImpl<?,?>> observerMethods)
|
|
protected
|
ExtensionBeanDeployer.createObserverMethods(RIBean<X> declaringBean,
BeanManagerImpl beanManager,
WeldClass<? super X> annotatedClass,
Set<ObserverMethodImpl<?,?>> observerMethods)
|
Uses of ObserverMethodImpl in org.jboss.weld.bootstrap.events |
---|
Methods in org.jboss.weld.bootstrap.events with parameters of type ObserverMethodImpl | ||
---|---|---|
static
|
ProcessObserverMethodImpl.fire(BeanManagerImpl beanManager,
ObserverMethodImpl<T,X> observer)
|
Uses of ObserverMethodImpl in org.jboss.weld.event |
---|
Methods in org.jboss.weld.event that return ObserverMethodImpl | ||
---|---|---|
static
|
ObserverFactory.create(WeldMethod<T,? super X> method,
RIBean<X> declaringBean,
BeanManagerImpl manager)
Creates an observer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |