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