comparison flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeOverviewInfoService.java @ 3714:60544e37783b

Missing file from last commit flys-client/trunk@5471 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 14 Sep 2012 14:03:12 +0000
parents
children 4e33aa341e51
comparison
equal deleted inserted replaced
3713:79ad33f41977 3714:60544e37783b
1 package de.intevation.flys.client.client.services;
2
3 import java.util.List;
4
5 import com.google.gwt.user.client.rpc.RemoteService;
6 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
7
8 import de.intevation.flys.client.shared.exceptions.ServerException;
9 import de.intevation.flys.client.shared.model.RiverInfo;
10
11 /**
12 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
13 */
14 @RemoteServiceRelativePath("gaugeoverviewinfo")
15 public interface GaugeOverviewInfoService extends RemoteService {
16
17 public RiverInfo getRiverInfo(String river) throws ServerException;
18
19 }

http://dive4elements.wald.intevation.org