Subversion Repositories eFlore/Applications.del

Rev

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

Rev 359 Rev 392
Line 1... Line 1...
1
package org.tela_botanica.del.client.services.rest;
1
package org.tela_botanica.del.client.services.rest;
Line 2... Line 2...
2
 
2
 
3
import org.tela_botanica.del.client.modeles.InformationsRecherche;
3
import org.tela_botanica.del.client.modeles.InformationsRecherche;
-
 
4
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
Line 4... Line 5...
4
import org.tela_botanica.del.client.modeles.ObservationServiceResultat;
5
import org.tela_botanica.del.client.services.rest.async.ObservationsCallback;
Line 5... Line 6...
5
 
6
 
Line 6... Line 7...
6
public interface ObservationService {
7
public interface ObservationService {
7
 
8