Interface ContentUpdateListener


  • public interface ContentUpdateListener
    Business logic related with actions to be done when the Model Content changes
    • Method Detail

      • execute

        void execute​(Model model,
                     FileContent fileContent)
        Perform an action over the model from the file content.
        Parameters:
        model - the model to act with
        fileContent - the file content that has been updated
      • getHandledModelType

        ModelType getHandledModelType()
        Get handled model type by this listener.
        Returns:
        handled model type