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
 
Line -... Line 3...
-
 
3
import org.tela_botanica.del.client.utils.UtilitairesServiceResultat;
-
 
4
 
-
 
5
import com.google.gwt.json.client.JSONParser;
-
 
6
 
-
 
7
/**
-
 
8
 * Objet passé en paramètre d'un service d'ajout de commentaire
-
 
9
 * @author LIENS
3
import org.tela_botanica.del.client.utils.UtilitairesServiceResultat;
10
 *
Line 4... Line 11...
4
 
11
 */
5
public abstract class AjoutCommentaireCallback extends PHPCallback<String>{
12
public abstract class AjoutCommentaireCallback extends PHPCallback<String>{
6
 
13
 
7
	@Override
14
	@Override
Line 8... Line 15...
8
	public String parserJSON(String retourService) {
15
	public String parserJSON(String retourService) {