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

    Modifier and Type
    Method
    Description
    void
    onAdd(T variable)
     
    void
    onRemove(T variable)
     
  • Method Details

    • onAdd

      void onAdd(T variable)
    • onRemove

      void onRemove(T variable)