Subversion Repositories eFlore/Applications.del

Rev

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

Rev 445 Rev 520
Line 5... Line 5...
5
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
5
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
6
import org.tela_botanica.del.client.services.rest.async.ObservationsCallback;
6
import org.tela_botanica.del.client.services.rest.async.ObservationsCallback;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
public interface ObservationService {
8
public interface ObservationService {
Line 9... Line 9...
9
 
9
 
10
	public ObservationServiceResultat getObservations(InformationsRecherche informationsRecherche, int debut, int fin, ObservationsCallback callback);
10
	public void getObservations(InformationsRecherche informationsRecherche, int debut, int fin, ObservationsCallback callback);