org.esa.beam.framework.gpf.ui
Interface ParameterUpdater


public interface ParameterUpdater

WARNING: This class belongs to a preliminary API and may change in future releases. Enables reaction to parameter save and load request.

Author:
Marco Zühlke

Method Summary
 void handleParameterLoadRequest(Map<String,Object> parameterMap)
          Called after the parameter ap has been loaded.
 void handleParameterSaveRequest(Map<String,Object> parameterMap)
          Called before the parameter map is saved.
 

Method Detail

handleParameterSaveRequest

void handleParameterSaveRequest(Map<String,Object> parameterMap)
                                throws com.bc.ceres.binding.ValidationException,
                                       com.bc.ceres.binding.ConversionException
Called before the parameter map is saved. The implementer should update the given map.

Parameters:
parameterMap - The parameter map
Throws:
com.bc.ceres.binding.ValidationException
com.bc.ceres.binding.ConversionException

handleParameterLoadRequest

void handleParameterLoadRequest(Map<String,Object> parameterMap)
                                throws com.bc.ceres.binding.ValidationException,
                                       com.bc.ceres.binding.ConversionException
Called after the parameter ap has been loaded. The implementer should update his internal model from the given map.

Parameters:
parameterMap - The parameter map
Throws:
com.bc.ceres.binding.ValidationException
com.bc.ceres.binding.ConversionException


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.