|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
X
- The bean type containing the observer methodT
- The type of the event being observedpublic interface ProcessObserverMethod<X,T>
The container fires an event of this type for each observer method that is registered.
Method Summary | |
---|---|
void |
addDefinitionError(java.lang.Throwable t)
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete. |
AnnotatedMethod<X> |
getAnnotatedMethod()
The AnnotatedMethod representing the observer method |
ObserverMethod<X,T> |
getObserverMethod()
The ObserverMethod object that will be used by the container to invoke the observer when a matching event is fired. |
Method Detail |
---|
AnnotatedMethod<X> getAnnotatedMethod()
ObserverMethod<X,T> getObserverMethod()
void addDefinitionError(java.lang.Throwable t)
t
- A throwable representing the definition error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |