Subversion Repositories eFlore/Applications.del

Rev

Rev 9 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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