Class ScriptCaseVariableListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
-
- All Implemented Interfaces:
CaseVariableListener
,VariableListener<DelegateCaseVariableInstance>
public class ScriptCaseVariableListener extends java.lang.Object implements CaseVariableListener
- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutableScript
script
-
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseVariableListener
CREATE, DELETE, UPDATE
-
-
Constructor Summary
Constructors Constructor Description ScriptCaseVariableListener(ExecutableScript script)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableScript
getScript()
void
notify(DelegateCaseVariableInstance variableInstance)
-
-
-
Field Detail
-
script
protected final ExecutableScript script
-
-
Constructor Detail
-
ScriptCaseVariableListener
public ScriptCaseVariableListener(ExecutableScript script)
-
-
Method Detail
-
notify
public void notify(DelegateCaseVariableInstance variableInstance) throws java.lang.Exception
- Specified by:
notify
in interfaceCaseVariableListener
- Specified by:
notify
in interfaceVariableListener<DelegateCaseVariableInstance>
- Throws:
java.lang.Exception
-
getScript
public ExecutableScript getScript()
-
-