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