Interface ModelUpdateListener


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

      • 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