@Contract
public interface ComponentInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
afterPostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv)
Called after the curInv has been popped from the invocation stack.
|
void |
afterPreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv)
Called after the curInv has been pushed into the invocation stack.
|
void |
beforePostInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation curInv)
Called before the curInv has been popped from the invocation stack.
|
void |
beforePreInvoke(ComponentInvocation.ComponentInvocationType invType,
ComponentInvocation prevInv,
ComponentInvocation newInv)
Called before the curInv is pushed into the invocation stack.
|
void beforePreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation newInv) throws InvocationException
invType - prevInv - newInv - InvocationExceptionvoid afterPreInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
invType - prevInv - curInv - InvocationExceptionvoid beforePostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
invType - prevInv - curInv - InvocationExceptionvoid afterPostInvoke(ComponentInvocation.ComponentInvocationType invType, ComponentInvocation prevInv, ComponentInvocation curInv) throws InvocationException
invType - prevInv - curInv - InvocationExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.