Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 519 → Rev 520

/trunk/src/org/tela_botanica/del/client/services/rest/ObservationService.java
7,6 → 7,6
 
public interface ObservationService {
 
public ObservationServiceResultat getObservations(InformationsRecherche informationsRecherche, int debut, int fin, ObservationsCallback callback);
public void getObservations(InformationsRecherche informationsRecherche, int debut, int fin, ObservationsCallback callback);
 
}