Class ExecutionListenerInvocation
java.lang.Object
org.activiti.engine.impl.delegate.invocation.DelegateInvocation
org.activiti.engine.impl.delegate.invocation.ExecutionListenerInvocation
Class handling invocations of ExecutionListeners
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DelegateExecutionprotected final ExecutionListenerFields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult -
Constructor Summary
ConstructorsConstructorDescriptionExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution) -
Method Summary
Methods inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
executionListenerInstance
-
execution
-
-
Constructor Details
-
ExecutionListenerInvocation
public ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)
-
-
Method Details
-
invoke
protected void invoke()- Specified by:
invokein classDelegateInvocation
-
getTarget
Description copied from class:DelegateInvocationreturns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTargetin classDelegateInvocation
-