Subversion Repositories eFlore/Applications.cel

Rev

Rev 5 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 12
1
package org.tela_botanica.client.interfaces;
1
package org.tela_botanica.client.interfaces;
2
 
2
 
3
import org.tela_botanica.client.modeles.Observation;
3
import org.tela_botanica.client.modeles.Observation;
4
 
4
 
5
public interface iRetourObservation {
5
public interface iRetourObservation {
6
 
6
 
7
	public void onRetour(Observation observation);
7
	  public void onRetour(Observation observation);
8
}
8
}