Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
159 benjamin 1
package org.tela_botanica.del.client.navigation.evenement.ajoutdetermination;
2
 
3
 
4
import com.google.gwt.event.shared.EventHandler;
5
 
6
public interface GestionnaireEvenementAjoutDetermination extends EventHandler {
7
	public void onAjoutDetermination(EvenementAjoutDetermination event);
8
}