Rev 976 | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.del.client.navigation.evenement.suppressioncommentaire;
import com.google.gwt.event.shared.EventHandler;
public interface GestionnaireEvenementSuppressionCommentaire extends EventHandler {
public void onSuppressionCommentaire(EvenementSuppressionCommentaire event);
}