Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

package org.tela_botanica.client.interfaces;

import org.tela_botanica.client.modeles.Observation;

public interface iRetourObservation {

          public void onRetour(Observation observation);
}