Subversion Repositories eFlore/Applications.del

Rev

Rev 939 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 939 Rev 941
Line 1... Line 1...
1
package org.tela_botanica.del.client.services.rest.async;
1
package org.tela_botanica.del.client.services.rest.async;
Line 2... Line 2...
2
 
2
 
-
 
3
import org.tela_botanica.del.client.modeles.ImageServiceResultat;
Line 3... Line 4...
3
import org.tela_botanica.del.client.modeles.ImageServiceResultat;
4
import org.tela_botanica.del.client.utils.UtilitairesServiceResultat;
Line -... Line 5...
-
 
5
 
-
 
6
import com.google.gwt.json.client.JSONParser;
-
 
7
 
-
 
8
/**
-
 
9
 * 
-
 
10
 * Objet passé en paramètre d'un service d'ajout de recuperation des images pour
-
 
11
 * un taxon
-
 
12
 * 
4
 
13
 * @author LIENS
Line 5... Line 14...
5
import com.google.gwt.json.client.JSONParser;
14
 * 
6
 
15
 */
7
public abstract class ImagesParTaxonCallback extends PHPCallback<ImageServiceResultat> {
16
public abstract class ImagesParTaxonCallback extends PHPCallback<ImageServiceResultat> {
8
 
17
 
9
	@Override
18
	@Override
Line 10... Line 19...
10
	public ImageServiceResultat parserJSON(String retourService) {
19
	public ImageServiceResultat parserJSON(String retourService) {