Subversion Repositories eFlore/Applications.del

Rev

Rev 346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 346 Rev 445
Line 3... Line 3...
3
import org.tela_botanica.del.client.modeles.InformationsRecherche;
3
import org.tela_botanica.del.client.modeles.InformationsRecherche;
4
import org.tela_botanica.del.client.services.rest.async.ImagesParTaxonCallback;
4
import org.tela_botanica.del.client.services.rest.async.ImagesParTaxonCallback;
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
public interface ImageService {
6
public interface ImageService {
Line 7... Line 7...
7
 
7
 
-
 
8
	public void getImagesEfloreParTaxon(String nomTaxon, ImagesParTaxonCallback callback);
-
 
9
 
Line 8... Line 10...
8
	public abstract void getImagesEfloreParTaxon(String nomTaxon, ImagesParTaxonCallback callback);
10
	public void getImagesParTaxon(InformationsRecherche informationsRecherche, int debut, int fin, ImagesParTaxonCallback callback);