Subversion Repositories eFlore/Applications.cel

Rev

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

package org.tela_botanica.client.evenements.observation;

import com.google.gwt.event.shared.EventHandler;

public interface ListeObservationRecueEvenementHandler extends EventHandler {
        public void onReceptionListeObservation(ListeObservationRecueEvenement listeObservationRecueEvenement);
}