view gwt-client/src/main/java/org/dive4elements/river/client/client/services/ServerInfoServiceAsync.java @ 8303:519023ce3500

Updated the client to build a default artifact for gauge discharge curve. * Removed code for special gauge discharge artifact * Updated GaugeListGrid in info panel to create a the new project * Updated i18n
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 22 Sep 2014 17:08:48 +0200
parents b0b0ba6e7bb0
children a805211690f7
line wrap: on
line source
package org.dive4elements.river.client.client.services;

import com.google.gwt.user.client.rpc.AsyncCallback;

import java.util.Map;

public interface ServerInfoServiceAsync {

    public void getConfig(
            String locale,
            AsyncCallback<Map<String, String>> cfg);
}

http://dive4elements.wald.intevation.org