comparison flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeOverviewInfoServiceAsync.java @ 3713:79ad33f41977

Implement a gauge service flys-client/trunk@5469 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 14 Sep 2012 13:14:45 +0000
parents
children
comparison
equal deleted inserted replaced
3712:738010779c74 3713:79ad33f41977
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.RiverInfo;
6
7
8 /**
9 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
10 */
11 public interface GaugeOverviewInfoServiceAsync {
12
13 public void getRiverInfo(String river, AsyncCallback<RiverInfo> callback);
14 }
15
16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 tw=80 :

http://dive4elements.wald.intevation.org