This repository has been archived on 2024-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
species-discovery/src/main/java/org/gcube/portlets/user/speciesdiscovery/client/rpc/GISInfoServiceAsync.java

10 lines
246 B
Java

package org.gcube.portlets.user.speciesdiscovery.client.rpc;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface GISInfoServiceAsync {
public void getGisLinkByLayerName(String layername, AsyncCallback<String> callback);
}