Package org.activiti.cloud.modeling.api
Interface ContentUpdateListener
public interface ContentUpdateListener
Business logic related with actions to be done when the Model Content changes
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Model model, FileContent fileContent) Perform an action over the model from the file content.Get handled model type by this listener.
-
Method Details
-
execute
Perform an action over the model from the file content.- Parameters:
model- the model to act withfileContent- the file content that has been updated
-
getHandledModelType
ModelType getHandledModelType()Get handled model type by this listener.- Returns:
- handled model type
-