comparison flys-client/src/main/java/de/intevation/flys/client/client/services/SedimentLoadInfoServiceAsync.java @ 4298:1f98a3a89e13

New client side service for sediment load infos. The service requests an sediment load overview and creates info objects for the received data.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 29 Oct 2012 13:13:23 +0100
parents
children
comparison
equal deleted inserted replaced
4297:6d44914b2dd4 4298:1f98a3a89e13
1 package de.intevation.flys.client.client.services;
2
3 import com.google.gwt.user.client.rpc.AsyncCallback;
4
5 import de.intevation.flys.client.shared.model.SedimentLoadInfoObject;
6
7 /**
8 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
9 */
10 public interface SedimentLoadInfoServiceAsync {
11
12 void getSedimentLoadInfo(
13 String locale,
14 String river,
15 String type,
16 double startKm,
17 double endKm,
18 AsyncCallback<SedimentLoadInfoObject[]> cb);
19 }
20 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org