view src/econnect/wp3_3/client/services/ExportWriterInterfaceAsync.java @ 15:175c1eecaf84

added export kml feature (not finished)
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 26 Nov 2012 14:40:43 +0100
parents
children
line wrap: on
line source

package econnect.wp3_3.client.services;

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

public interface ExportWriterInterfaceAsync {

	void writeKMLFile(String kmlFileContent, AsyncCallback<String> callback);

}