Interface VariableInstanceLifecycleListener<T extends CoreVariableInstance>
- All Known Implementing Classes:
CmmnVariableInvocationListener,SetTaskVariablesCmd,VariableInstanceConcurrentLocalInitializer,VariableInstanceEntityPersistenceListener,VariableInstanceHistoryListener,VariableInstanceSequenceCounterListener,VariableListenerInvocationListener,VariableOnPartListener
public interface VariableInstanceLifecycleListener<T extends CoreVariableInstance>
- Author:
- Thorben Lindhauer
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCreate(T variableInstance, AbstractVariableScope sourceScope) voidonDelete(T variableInstance, AbstractVariableScope sourceScope) voidonUpdate(T variableInstance, AbstractVariableScope sourceScope)
-
Method Details
-
onCreate
-
onDelete
-
onUpdate
-