view gwt-client/src/main/java/org/dive4elements/river/client/client/services/ServerInfoServiceAsync.java @ 6837:9da2298ae380

(issue1353) Add river name to query for discharge Info The previous assumption was that the official number is unique for a gauge. This assumption is broken by having multiple variants of a river in the database, like Donau (schleusenkanäle)
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 15 Aug 2013 15:57:13 +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