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

Updated the client to build a default artifact for sq relations. * Removed code for special sq relation artifact * Updated MeasurementListGrid in info panel to create a new project * Updated i18n
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 24 Sep 2014 12:02:05 +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