Rev 1196 |
Rev 1221 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 1196 |
Rev 1200 |
| Line 49... |
Line 49... |
| 49 |
|
49 |
|
| Line 50... |
Line 50... |
| 50 |
addHandler(EvenementValidationPictoflora.TYPE, new GestionnaireEvenementValidationPictoflora() {
|
50 |
addHandler(EvenementValidationPictoflora.TYPE, new GestionnaireEvenementValidationPictoflora() {
|
| 51 |
|
51 |
|
| 52 |
@Override
|
- |
|
| 53 |
public void onValidationObservation(EvenementValidationPictoflora event) {
|
52 |
@Override
|
| 54 |
GWT.log("onvalpf");
|
53 |
public void onValidationObservation(EvenementValidationPictoflora event) {
|
| 55 |
doValidationObservationPictoflora(event.getObservation());
|
54 |
doValidationObservationPictoflora(event.getObservation());
|
| 56 |
cache.setPageCourante(ConstantesNavigation.PAGE_VALIDATION_PICTOFLORA);
|
55 |
cache.setPageCourante(ConstantesNavigation.PAGE_VALIDATION_PICTOFLORA);
|