Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 142 Rev 158
Line 511... Line 511...
511
			obtenirPhotoGalerie(this) ;
511
			obtenirPhotoGalerie(this) ;
512
		}
512
		}
Line 513... Line 513...
513
		
513
		
Line 514... Line 514...
514
		if(nouvelleDonnees instanceof ListeObservation) {
514
		if(nouvelleDonnees instanceof ListeObservation) {
-
 
515
			
-
 
516
			getIMediateur().rafraichirMiniListeObservations((ListeObservation)nouvelleDonnees) ;
-
 
517
		}
-
 
518
		
-
 
519
		if(nouvelleDonnees instanceof Tree) {
515
			
520
			rafraichirArbreMotsCles(nouvelleDonnees);
516
			getIMediateur().rafraichirMiniListeObservations(nouvelleDonnees) ;
521
			getIMediateur().rafraichirArbreMotsCles((Tree)nouvelleDonnees);
Line 517... Line 522...
517
		}
522
		}
518
	}
523
	}