Mercurial > hg > STI-GWT
comparison src/econnect/wp3_3/client/services/FlickrServiceAsync.java @ 3:cf06b77a8bbd
Committed branch of the e4D repos sti-gwt branch 16384.
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
---|---|
date | Tue, 17 Jul 2012 13:34:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:2897af43ccc6 | 3:cf06b77a8bbd |
---|---|
1 package econnect.wp3_3.client.services; | |
2 | |
3 import com.google.gwt.user.client.rpc.AsyncCallback; | |
4 | |
5 import econnect.wp3_3.shared.DataElement; | |
6 | |
7 public interface FlickrServiceAsync { | |
8 | |
9 void getResultsAsKmlString(String term,AsyncCallback<DataElement[]> callback); | |
10 | |
11 } |