view flys-client/src/main/java/de/intevation/flys/client/client/services/RiverServiceAsync.java @ 2882:63d1e5428a1c

Added i18n strings for new theme properties for mainvalues. flys-client/trunk@4550 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 29 May 2012 07:38:49 +0000
parents bc06a671ef60
children
line wrap: on
line source
package de.intevation.flys.client.client.services;

import com.google.gwt.user.client.rpc.AsyncCallback;

import de.intevation.flys.client.shared.model.River;


/**
 * This interface provides a method to list the supported rivers of the artifact
 * server.
 *
 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
 */
public interface RiverServiceAsync {

    public void list(
        String locale,
        AsyncCallback<River[]> callback);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org