public class ObserverMethodAfterCompletionImpl<X,T> extends ObserverMethodImpl<X,T>
Constructor and Description |
---|
ObserverMethodAfterCompletionImpl(InjectManager beanManager,
Bean<X> bean,
AnnotatedMethod<X> 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, toString
public ObserverMethodAfterCompletionImpl(InjectManager beanManager, Bean<X> bean, AnnotatedMethod<X> method, java.lang.reflect.Type type, java.util.Set<java.lang.annotation.Annotation> qualifiers)
public void notify(T event)
notify
in interface ObserverMethod<T>
notify
in class ObserverMethodImpl<X,T>