comparison flys-client/src/main/java/de/intevation/flys/client/client/services/WQInfoServiceAsync.java @ 245:1e73d5a4859c

Added new WQ info service and data structures. flys-client/trunk@1825 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 04 May 2011 14:54:38 +0000
parents
children bc06a671ef60
comparison
equal deleted inserted replaced
244:1bc787eeb556 245:1e73d5a4859c
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.WQInfoObject;
6
7
8 /**
9 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
10 */
11 public interface WQInfoServiceAsync {
12
13 void getWQInfo(
14 String url,
15 String locale,
16 String river,
17 double start,
18 double end,
19 AsyncCallback<WQInfoObject[]> cb);
20 }
21 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org