Subversion Repositories eFlore/Applications.cel

Rev

Rev 71 | Rev 77 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 74
Line 363... Line 363...
363
	}
363
	}
Line 364... Line 364...
364
	
364
	
-
 
365
	
-
 
366
	
-
 
367
	/**
-
 
368
	 * TODO : afficher un message du type "observation modifie".  
-
 
369
	 * Lance la modification d'une observation
-
 
370
	 * @param obs : l'observation a modifier
-
 
371
	 */
-
 
372
	
-
 
373
	
-
 
374
	
-
 
375
	public void modifierObservation(Observation obs, String numeroOrdre) {
-
 
376
	
-
 
377
		
-
 
378
	  // On raffraichi la liste d'observation 
-
 
379
	  observationModele.modifierObservation(listeObservation, obs, numeroOrdre) ;
-
 
380
		
-
 
381
	}
-
 
382
	
-
 
383
	
-
 
384
	
365
	
385
	
366
	
386
	
367
	/**
387
	/**
368
	 * 
388
	 * 
369
	 * TODO : fonction plus generique, appelle sur un clic ou une selection de ligne, a appeller : SelectionnerObservation 
389
	 * TODO : fonction plus generique, appelle sur un clic ou une selection de ligne, a appeller : SelectionnerObservation