tom@8858: /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde tom@8858: * Software engineering by Intevation GmbH tom@8858: * tom@8858: * This file is Free Software under the GNU AGPL (>=v3) tom@8858: * and comes with ABSOLUTELY NO WARRANTY! Check out the tom@8858: * documentation coming with Dive4Elements River for details. tom@8858: */ tom@8858: christian@6475: package org.dive4elements.river.client.client.services; christian@6475: christian@6475: import com.google.gwt.user.client.rpc.AsyncCallback; christian@6475: christian@6475: import java.util.Map; christian@6475: christian@6475: public interface ServerInfoServiceAsync { christian@6475: christian@6475: public void getConfig( christian@6475: String locale, christian@6475: AsyncCallback> cfg); christian@6475: }