public class ExecutionEntityReferencer extends Object implements VariableStore.VariableStoreObserver<VariableInstanceEntity>
Modifier and Type | Field and Description |
---|---|
protected ExecutionEntity |
execution |
Constructor and Description |
---|
ExecutionEntityReferencer(ExecutionEntity execution) |
Modifier and Type | Method and Description |
---|---|
void |
onAdd(VariableInstanceEntity variable) |
void |
onRemove(VariableInstanceEntity variable) |
protected ExecutionEntity execution
public ExecutionEntityReferencer(ExecutionEntity execution)
public void onAdd(VariableInstanceEntity variable)
onAdd
in interface VariableStore.VariableStoreObserver<VariableInstanceEntity>
public void onRemove(VariableInstanceEntity variable)
onRemove
in interface VariableStore.VariableStoreObserver<VariableInstanceEntity>
Copyright © 2019. All rights reserved.