public interface VariableInstanceLifecycleListener<T extends CoreVariableInstance>
Modifier and Type | Method and Description |
---|---|
void |
onCreate(T variableInstance,
AbstractVariableScope sourceScope) |
void |
onDelete(T variableInstance,
AbstractVariableScope sourceScope) |
void |
onUpdate(T variableInstance,
AbstractVariableScope sourceScope) |
void onCreate(T variableInstance, AbstractVariableScope sourceScope)
void onDelete(T variableInstance, AbstractVariableScope sourceScope)
void onUpdate(T variableInstance, AbstractVariableScope sourceScope)
Copyright © 2019. All rights reserved.