public abstract class ObserverMethodInvocationStrategy
extends java.lang.Object
BeanManager injection point (common in extensions)EventMetadata injection point| Constructor and Description |
|---|
ObserverMethodInvocationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T,X> void |
notify(java.lang.Object receiver,
MethodInjectionPoint<T,X> method,
T event,
BeanManagerImpl manager,
CreationalContext<?> creationalContext) |
static ObserverMethodInvocationStrategy |
of(MethodInjectionPoint<?,?> method,
BeanManagerImpl manager) |
public static ObserverMethodInvocationStrategy of(MethodInjectionPoint<?,?> method, BeanManagerImpl manager)
public abstract <T,X> void notify(java.lang.Object receiver,
MethodInjectionPoint<T,X> method,
T event,
BeanManagerImpl manager,
CreationalContext<?> creationalContext)
Copyright © 2015. All Rights Reserved.