view gwt-client/src/main/java/org/dive4elements/river/client/client/services/ServerInfoServiceAsync.java @ 8259:1fc453fbc5df

Measurement stations without range should not be used in calculation and we assume the beginning of the range is the station.
author Tom Gottfried <tom@intevation.de>
date Thu, 11 Sep 2014 16:12:39 +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