Subversion Repositories eFlore/Applications.del

Rev

Rev 332 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
15 benjamin 1
package org.tela_botanica.del.client.navigation.evenement.validationobservation;
9 benjamin 2
 
3
 
4
import com.google.gwt.event.shared.EventHandler;
5
 
14 benjamin 6
public interface GestionnaireEvenementValidation extends EventHandler {
332 gduche 7
	public void onValidationObservation(EvenementValidation event);
9 benjamin 8
}