Interface TypedValueUpdateListener
-
- All Known Implementing Classes:
VariableInstanceEntity
public interface TypedValueUpdateListener- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonImplicitValueUpdate(org.camunda.bpm.engine.variable.value.TypedValue updatedValue)Called when an implicit update to a typed value is detected
-