comparison flys-client/src/main/java/de/intevation/flys/client/client/services/RiverInfoServiceAsync.java @ 4243:e68a710d9652

Convert GaugeOverviewInfoService into RiverInfoService The service will be reused for the MeasurementStation info too and it returns a RiverInfo in both cases. Therefore rename the current GaugeOverviewInfoService into RiverInfoService.
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 24 Oct 2012 15:50:41 +0200
parents flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeOverviewInfoServiceAsync.java@79ad33f41977
children
comparison
equal deleted inserted replaced
4242:448cbd8708d5 4243:e68a710d9652
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 RiverInfoServiceAsync {
12
13 public void getGauges(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