view 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
line wrap: on
line source
package de.intevation.flys.client.client.services;

import java.util.List;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;

import de.intevation.flys.client.shared.exceptions.ServerException;
import de.intevation.flys.client.shared.model.RiverInfo;

/**
 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
 */
@RemoteServiceRelativePath("gaugeoverviewinfo")
public interface GaugeOverviewInfoService extends RemoteService {

    public RiverInfo getRiverInfo(String river) throws ServerException;

}

http://dive4elements.wald.intevation.org