Package org.activiti.cloud.modeling.api
Interface ContentUpdateListener
-
public interface ContentUpdateListenerBusiness logic related with actions to be done when the Model Content changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Model model, org.activiti.cloud.services.common.file.FileContent fileContent)Perform an action over the model from the file content.ModelTypegetHandledModelType()Get handled model type by this listener.
-
-
-
Method Detail
-
execute
void execute(Model model, org.activiti.cloud.services.common.file.FileContent fileContent)
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
-
-