Package org.camunda.bpm.engine.delegate
Interface VariableListener<T extends DelegateVariableInstance<?>>
-
- All Known Subinterfaces:
CaseVariableListener
- All Known Implementing Classes:
ClassDelegateCaseVariableListener
,DelegateExpressionCaseVariableListener
,ExpressionCaseVariableListener
,ScriptCaseVariableListener
public interface VariableListener<T extends DelegateVariableInstance<?>>
- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(T variableInstance)
-
-
-
Field Detail
-
CREATE
static final java.lang.String CREATE
- See Also:
- Constant Field Values
-
UPDATE
static final java.lang.String UPDATE
- See Also:
- Constant Field Values
-
DELETE
static final java.lang.String DELETE
- See Also:
- Constant Field Values
-
-
Method Detail
-
notify
void notify(T variableInstance) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-