Package org.activiti.cloud.modeling.api
Interface ModelUpdateListener
public interface ModelUpdateListener
Business logic related with actions to be done when the Model metadata changes
-
Method Summary
Modifier and TypeMethodDescriptionvoidPerform an extra action over the model from the data received.Get handled model type by this listener.
-
Method Details
-
execute
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
-