Class ExecutionListenerInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.bpmn.delegate.ExecutionListenerInvocation
Class handling invocations of ExecutionListeners
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DelegateExecution
protected final ExecutionListener
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
Constructor Summary
ConstructorDescriptionExecutionListenerInvocation
(ExecutionListener executionListenerInstance, DelegateExecution execution) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
Field Details
-
executionListenerInstance
-
execution
-
-
Constructor Details
-
ExecutionListenerInvocation
public ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)
-
-
Method Details
-
invoke
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-