view gwt-client/src/main/java/org/dive4elements/river/client/client/services/ServerInfoServiceAsync.java @ 7172:e1c875583a94

Move MINFO-fixation-stuff to MINFO-datacage and give specified names.
author Tom Gottfried <tom@intevation.de>
date Thu, 26 Sep 2013 16:17:36 +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