public class ProcessObserverMethodImpl<T,X> extends AbstractDefinitionContainerEvent implements ProcessObserverMethod<T,X>
| Constructor and Description |
|---|
ProcessObserverMethodImpl(BeanManagerImpl beanManager,
AnnotatedMethod<X> beanMethod,
ObserverMethod<T> observerMethod) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
fire(BeanManagerImpl beanManager,
ObserverMethod<T> observer) |
static <T,X> void |
fire(BeanManagerImpl beanManager,
ObserverMethodImpl<T,X> observer) |
AnnotatedMethod<X> |
getAnnotatedMethod()
The
AnnotatedMethod representing the observer method. |
List<Throwable> |
getDefinitionErrors() |
ObserverMethod<T> |
getObserverMethod()
The
ObserverMethod object that will be used by the container to invoke the observer
when a matching event is fired. |
addDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getRawTypecheckWithinObserverNotification, getReceiver, postNotify, preNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionErrorpublic ProcessObserverMethodImpl(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod)
public static <T,X> void fire(BeanManagerImpl beanManager, ObserverMethodImpl<T,X> observer)
public static <T> void fire(BeanManagerImpl beanManager, ObserverMethod<T> observer)
public AnnotatedMethod<X> getAnnotatedMethod()
ProcessObserverMethodAnnotatedMethod representing the observer method.getAnnotatedMethod in interface ProcessObserverMethod<T,X>AnnotatedMethod representing the observer methodpublic ObserverMethod<T> getObserverMethod()
ProcessObserverMethodObserverMethod object that will be used by the container to invoke the observer
when a matching event is fired.getObserverMethod in interface ProcessObserverMethod<T,X>ObserverMethod object that will be used by the container to call the
observer methodCopyright © 2015. All Rights Reserved.