Interface VariableStore.VariableStoreObserver<T extends CoreVariableInstance>
-
- All Known Implementing Classes:
CaseExecutionEntityReferencer
,ExecutionEntityReferencer
,TaskEntityReferencer
- Enclosing class:
- VariableStore<T extends CoreVariableInstance>
public static interface VariableStore.VariableStoreObserver<T extends CoreVariableInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAdd(T variable)
void
onRemove(T variable)
-