comparison flys-client/src/main/java/de/intevation/flys/client/client/services/RiverInfoServiceAsync.java @ 4250:ef154fbf58f1

Add method to get the MeasurementStations from the RiverInfoService Also refactor the RiverInfoServiceImpl to use common code for getting GaugeInfo and MeasurementStations.
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 24 Oct 2012 17:09:04 +0200
parents flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeOverviewInfoServiceAsync.java@79ad33f41977
children
comparison
equal deleted inserted replaced
4249:7a889098bcc6 4250:ef154fbf58f1
9 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a> 9 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
10 */ 10 */
11 public interface RiverInfoServiceAsync { 11 public interface RiverInfoServiceAsync {
12 12
13 public void getGauges(String river, AsyncCallback<RiverInfo> callback); 13 public void getGauges(String river, AsyncCallback<RiverInfo> callback);
14
15 public void getMeasurementStations(String river,
16 AsyncCallback<RiverInfo> callback);
14 } 17 }
15 18
16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 tw=80 : 19 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 tw=80 :

http://dive4elements.wald.intevation.org