Class ExecutionListenerInvocation
- java.lang.Object
-
- org.activiti.engine.impl.delegate.invocation.DelegateInvocation
-
- org.activiti.engine.impl.delegate.invocation.ExecutionListenerInvocation
-
public class ExecutionListenerInvocation extends DelegateInvocation
Class handling invocations of ExecutionListeners
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegateExecutionexecutionprotected ExecutionListenerexecutionListenerInstance-
Fields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
-
Constructor Summary
Constructors Constructor Description ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)
-
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 ExecutionListener executionListenerInstance
-
execution
protected final DelegateExecution execution
-
-
Constructor Detail
-
ExecutionListenerInvocation
public ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)
-
-
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
-
-