bjoern@3713: package de.intevation.flys.client.client.services; bjoern@3713: bjoern@3713: import com.google.gwt.user.client.rpc.AsyncCallback; bjoern@3713: bjoern@3713: import de.intevation.flys.client.shared.model.RiverInfo; bjoern@3713: bjoern@3713: bjoern@3713: /** bjoern@3713: * @author Björn Ricks bjoern@3713: */ bjoern@4243: public interface RiverInfoServiceAsync { bjoern@3713: bjoern@4243: public void getGauges(String river, AsyncCallback callback); bjoern@3713: } bjoern@3713: bjoern@3713: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 tw=80 :