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 |
void |
notify(T variableInstance)
|
CREATE
static final String CREATE
- See Also:
- Constant Field Values
UPDATE
static final String UPDATE
- See Also:
- Constant Field Values
DELETE
static final String DELETE
- See Also:
- Constant Field Values
notify
void notify(T variableInstance)
throws Exception
- Throws:
Exception
Copyright © 2015 camunda services GmbH. All rights reserved.