Subversion Repositories eFlore/Applications.del

Rev

Rev 1151 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package org.tela_botanica.del.client.navigation.evenement.ajoutmotcleimage;

import com.google.gwt.event.shared.EventHandler;

public interface GestionnaireEvenementAjoutMotCleImage extends EventHandler {
        public void onAjoutMotCleImage(EvenementAjoutMotCleImage evenementAjoutMotCleImage);
}