view flys-client/src/main/java/de/intevation/flys/client/client/services/GaugeOverviewInfoService.java @ 4133:c722c08cf502

Merged heads.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 15 Oct 2012 09:31:50 +0200
parents 4e33aa341e51
children
line wrap: on
line source
package de.intevation.flys.client.client.services;

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