Rev 305 | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.del.client.navigation.evenement.ajoutcommentaire;
import com.google.gwt.event.shared.EventHandler;
public interface GestionnaireEvenementAjoutCommentaire extends EventHandler {
public void onAjoutCommentaire(EvenementAjoutCommentaire event);
}