Class TaskListenerInvocation
- java.lang.Object
-
- org.activiti.engine.impl.delegate.invocation.DelegateInvocation
-
- org.activiti.engine.impl.delegate.invocation.TaskListenerInvocation
-
public class TaskListenerInvocation extends DelegateInvocation
Class handling invocations ofTaskListeners
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegateTaskdelegateTaskprotected TaskListenerexecutionListenerInstance-
Fields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
-
Constructor Summary
Constructors Constructor Description TaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetTarget()returns the target of the current invocation, ie.protected voidinvoke()-
Methods inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
-
-
-
Field Detail
-
executionListenerInstance
protected final TaskListener executionListenerInstance
-
delegateTask
protected final DelegateTask delegateTask
-
-
Constructor Detail
-
TaskListenerInvocation
public TaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask)
-
-
Method Detail
-
invoke
protected void invoke()
- Specified by:
invokein classDelegateInvocation
-
getTarget
public java.lang.Object getTarget()
Description copied from class:DelegateInvocationreturns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTargetin classDelegateInvocation
-
-