org.camunda.bpm.engine.impl.variable.listener
Class ScriptCaseVariableListener
java.lang.Object
org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
- All Implemented Interfaces:
- CaseVariableListener, VariableListener<DelegateCaseVariableInstance>
public class ScriptCaseVariableListener
- extends Object
- implements CaseVariableListener
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
script
protected final ExecutableScript script
ScriptCaseVariableListener
public ScriptCaseVariableListener(ExecutableScript script)
notify
public void notify(DelegateCaseVariableInstance variableInstance)
throws Exception
- Specified by:
notify in interface CaseVariableListener- Specified by:
notify in interface VariableListener<DelegateCaseVariableInstance>
- Throws:
Exception
getScript
public ExecutableScript getScript()
Copyright © 2016 camunda services GmbH. All rights reserved.