org.camunda.bpm.engine.impl.task.delegate
Class TaskListenerInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
public class TaskListenerInvocation
- extends DelegateInvocation
Class handling invocations of TaskListeners
- Author:
- Daniel Meyer
|
Method Summary |
protected void |
invoke()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskListenerInstance
protected final TaskListener taskListenerInstance
delegateTask
protected final DelegateTask delegateTask
TaskListenerInvocation
public TaskListenerInvocation(TaskListener executionListenerInstance,
DelegateTask delegateTask)
TaskListenerInvocation
public TaskListenerInvocation(TaskListener taskListenerInstance,
DelegateTask delegateTask,
BaseDelegateExecution contextExecution)
invoke
protected void invoke()
throws Exception
- Specified by:
invoke in class DelegateInvocation
- Throws:
Exception
Copyright © 2015 camunda services GmbH. All rights reserved.