org.camunda.bpm.engine.impl.cmmn.delegate
Class CaseExecutionListenerInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation
public class CaseExecutionListenerInvocation
- extends DelegateInvocation
Class handling invocations of ExecutionListeners
- Author:
- Roman Smirnov
|
Method Summary |
protected void |
invoke()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listenerInstance
protected final CaseExecutionListener listenerInstance
caseExecution
protected final DelegateCaseExecution caseExecution
CaseExecutionListenerInvocation
public CaseExecutionListenerInvocation(CaseExecutionListener listenerInstance,
DelegateCaseExecution caseExecution)
invoke
protected void invoke()
throws Exception
- Specified by:
invoke in class DelegateInvocation
- Throws:
Exception
Copyright © 2017 camunda services GmbH. All rights reserved.