org.camunda.bpm.engine.impl.variable.listener
Class ScriptCaseVariableListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
All Implemented Interfaces:
CaseVariableListener, VariableListener<DelegateCaseVariableInstance>

public class ScriptCaseVariableListener
extends Object
implements CaseVariableListener

Author:
Thorben Lindhauer

Field Summary
protected  ExecutableScript script
           
 
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseVariableListener
CREATE, DELETE, UPDATE
 
Constructor Summary
ScriptCaseVariableListener(ExecutableScript script)
           
 
Method Summary
 ExecutableScript getScript()
           
 void notify(DelegateCaseVariableInstance variableInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

script

protected final ExecutableScript script
Constructor Detail

ScriptCaseVariableListener

public ScriptCaseVariableListener(ExecutableScript script)
Method Detail

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 © 2015 camunda services GmbH. All rights reserved.