Subversion Repositories eFlore/Applications.del

Rev

Rev 1834 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1834 Rev 1984
Line 122... Line 122...
122
		this.observationService = observationService;
122
		this.observationService = observationService;
123
	}
123
	}
Line 124... Line 124...
124
 
124
 
125
	public void go(final HasWidgets composite) {
125
	public void go(final HasWidgets composite) {
126
		// TODO afficher une icone de chargement si le chargement devient trop
-
 
127
		// long
126
		// TODO afficher une icone de chargement si le chargement devient trop
128
		// car tout l'écran est asynchrone ici
127
		// long car tout l'écran est asynchrone ici
129
		String observationId = URLUtils.getURLSpecialParameterValue();
128
		String observationId = URLUtils.getURLSpecialParameterValue();
130
		observationService.getObservation(observationId, new ObservationsCallback() {
129
		observationService.getObservation(observationId, new ObservationsCallback() {
131
			@Override
130
			@Override
132
			public void surRetour(ObservationServiceResultat objetRetour) {
131
			public void surRetour(ObservationServiceResultat objetRetour) {