Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
976 |
aurelien |
1 |
package org.tela_botanica.del.client.navigation.evenement.suppressiondetermination;
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
import com.google.gwt.event.shared.EventHandler;
|
|
|
5 |
|
|
|
6 |
public interface GestionnaireEvenementSuppressionDetermination extends EventHandler {
|
|
|
7 |
public void onSuppressionDetermination(EvenementSuppressionDetermination event);
|
|
|
8 |
}
|