Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
305 aurelien 1
package org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire;
2
 
3
 
4
import com.google.gwt.event.shared.EventHandler;
5
 
6
public interface GestionnaireEvenementAjoutCommentaire extends EventHandler {
7
	public void onAjoutCommentaire(EvenementAjoutCommentaire event);
8
}