|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.event.AbstractObserverMethod<T>
com.caucho.config.event.ObserverMethodImpl<X,T>
com.caucho.config.event.ObserverMethodAfterCompletionImpl<X,T>
public class ObserverMethodAfterCompletionImpl<X,T>
Internal implementation for a producer Bean
Constructor Summary | |
---|---|
ObserverMethodAfterCompletionImpl(InjectManager beanManager,
Bean<X> bean,
AnnotatedMethod<X> method,
java.lang.reflect.Type type,
java.util.Set<java.lang.annotation.Annotation> qualifiers)
|
Method Summary | |
---|---|
void |
notify(T event)
Send the event notification. |
Methods inherited from class com.caucho.config.event.ObserverMethodImpl |
---|
getAnnotatedMethod, getBeanClass, getEventArguments, getExistsInstance, getObservedQualifiers, getObservedType, getParentBean, getReception, getTransactionPhase, notifyImpl, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObserverMethodAfterCompletionImpl(InjectManager beanManager, Bean<X> bean, AnnotatedMethod<X> method, java.lang.reflect.Type type, java.util.Set<java.lang.annotation.Annotation> qualifiers)
Method Detail |
---|
public void notify(T event)
notify
in interface ObserverMethod<T>
notify
in class ObserverMethodImpl<X,T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |