Class TaskListenerInvocation
java.lang.Object
org.activiti.engine.impl.delegate.invocation.DelegateInvocation
org.activiti.engine.impl.delegate.invocation.TaskListenerInvocation
Class handling invocations of
TaskListeners-
Field Summary
FieldsFields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult -
Constructor Summary
ConstructorsConstructorDescriptionTaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask) -
Method Summary
Methods inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
executionListenerInstance
-
delegateTask
-
-
Constructor Details
-
TaskListenerInvocation
-
-
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
-