public class ObserverMethodAfterCompletionImpl<X,T> extends ObserverMethodImpl<X,T>
| Constructor and Description |
|---|
ObserverMethodAfterCompletionImpl(InjectManager beanManager,
<any> bean,
<any> method,
java.lang.reflect.Type type,
java.util.Set<java.lang.annotation.Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(T event)
Send the event notification.
|
getAnnotatedMethod, getBeanClass, getEventArguments, getExistsInstance, getObservedQualifiers, getObservedType, getParentBean, getReception, getTransactionPhase, notifyImpl, toStringpublic ObserverMethodAfterCompletionImpl(InjectManager beanManager, <any> bean, <any> method, java.lang.reflect.Type type, java.util.Set<java.lang.annotation.Annotation> qualifiers)
public void notify(T event)
notify in class ObserverMethodImpl<X,T>