org.camunda.bpm.engine.impl.core.variable.scope
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
 void onAdd(T variable)
           
 void onRemove(T variable)
           
 

Method Detail

onAdd

void onAdd(T variable)

onRemove

void onRemove(T variable)


Copyright © 2016 camunda services GmbH. All rights reserved.