view flys-client/src/main/java/de/intevation/flys/client/client/services/GCService.java @ 4141:b3bc5e9ba912

Fix for part a) and c) in issue #918 Add a CloseClickHandler if a gauge discharge curve is created. Also add an entry in the project list in this case.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 15 Oct 2012 16:22:58 +0200
parents 5b5a20e4c4e5
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.Capabilities;


@RemoteServiceRelativePath("getcapabilities")
public interface GCService extends RemoteService {

    public Capabilities query(String path)
    throws ServerException;
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org