001    // License: GPL. For details, see LICENSE file.
002    package org.openstreetmap.josm.gui.io;
003    
004    public interface ConfigurationParameterRequestHandler {
005        void handleChangesetConfigurationRequest();
006        void handleUploadStrategyConfigurationRequest();
007    }