Interface ModelUpdateListener


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

    Modifier and Type
    Method
    Description
    void
    execute(Model modelToBeUpdated, Model newModel)
    Perform an extra action over the model from the data received.
    Get handled model type by this listener.
  • Method Details

    • execute

      void execute(Model modelToBeUpdated, Model newModel)
      Perform an extra action over the model from the data received.
      Parameters:
      modelToBeUpdated - the model as it is before the update
      newModel - the model containing the changes to be performed
    • getHandledModelType

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