Class ScriptCaseExecutionListener

java.lang.Object
org.camunda.bpm.engine.impl.cmmn.listener.ScriptCaseExecutionListener
All Implemented Interfaces:
CaseExecutionListener, DelegateListener<DelegateCaseExecution>

public class ScriptCaseExecutionListener extends Object implements CaseExecutionListener
An CaseExecutionListener which invokes a ExecutableScript when notified.
Author:
Roman Smirnov, Sebastian Menski