X - declared bean classT - event typepublic class ProcessObserverMethodImpl<T,X> extends Object implements ProcessObserverMethod<T,X>
ProcessObserverMethod.| Constructor and Description |
|---|
ProcessObserverMethodImpl(AnnotatedMethod<X> annotatedMethod,
ObserverMethod<T> observerMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinitionError(Throwable t) |
AnnotatedMethod<X> |
getAnnotatedMethod() |
ObserverMethod<T> |
getObserverMethod() |
public ProcessObserverMethodImpl(AnnotatedMethod<X> annotatedMethod, ObserverMethod<T> observerMethod)
public void addDefinitionError(Throwable t)
addDefinitionError in interface ProcessObserverMethod<T,X>public AnnotatedMethod<X> getAnnotatedMethod()
getAnnotatedMethod in interface ProcessObserverMethod<T,X>public ObserverMethod<T> getObserverMethod()
getObserverMethod in interface ProcessObserverMethod<T,X>Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.