public class TaskEntityReferencer extends Object implements VariableStore.VariableStoreObserver<VariableInstanceEntity>
Modifier and Type | Field and Description |
---|---|
protected TaskEntity |
task |
Constructor and Description |
---|
TaskEntityReferencer(TaskEntity task) |
Modifier and Type | Method and Description |
---|---|
void |
onAdd(VariableInstanceEntity variable) |
void |
onRemove(VariableInstanceEntity variable) |
protected TaskEntity task
public TaskEntityReferencer(TaskEntity task)
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.