Rev 359 |
Rev 445 |
Go to most recent revision |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
283 |
benjamin |
1 |
package org.tela_botanica.del.client.services.rest;
|
|
|
2 |
|
335 |
benjamin |
3 |
import org.tela_botanica.del.client.modeles.InformationsRecherche;
|
359 |
benjamin |
4 |
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
|
392 |
aurelien |
5 |
import org.tela_botanica.del.client.services.rest.async.ObservationsCallback;
|
283 |
benjamin |
6 |
|
|
|
7 |
public interface ObservationService {
|
|
|
8 |
|
392 |
aurelien |
9 |
public ObservationServiceResultat getObservations(InformationsRecherche informationsRecherche, int debut, int fin, ObservationsCallback callback);
|
283 |
benjamin |
10 |
|
|
|
11 |
}
|