Interface ContentUpdateListener


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

    Modifier and Type
    Method
    Description
    void
    execute(Model model, FileContent fileContent)
    Perform an action over the model from the file content.
    Get handled model type by this listener.
  • Method Details

    • 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