package eu.dnetlib.enabling.ui.common.services;

import java.util.List;

import com.google.gwt.user.client.rpc.AsyncCallback;


 

public interface IndexServiceAsync {
	public void executeQueryCQL(String indexURL, String repo, String cql, AsyncCallback<List<String>> callback);
}
