Package org.activiti.cloud.modeling.api
Interface ModelUpdateListener
-
public interface ModelUpdateListenerBusiness logic related with actions to be done when the Model metadata changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Model modelToBeUpdated, Model newModel)Perform an extra action over the model from the data received.ModelTypegetHandledModelType()Get handled model type by this listener.
-
-
-
Method Detail
-
execute
void execute(Model modelToBeUpdated, Model newModel)
Perform an extra action over the model from the data received.- Parameters:
modelToBeUpdated- the model as it is before the updatenewModel- the model containing the changes to be performed
-
getHandledModelType
ModelType getHandledModelType()
Get handled model type by this listener.- Returns:
- handled model type
-
-