Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 947 Rev 1062
Line 173... Line 173...
173
			if (listePersonnes != null) {
173
			if (listePersonnes != null) {
174
				List<Personne> liste = (List<Personne>) listePersonnes.toList();
174
				List<Personne> liste = (List<Personne>) listePersonnes.toList();
175
				store.removeAll();
175
				store.removeAll();
176
				store.add(liste);
176
				store.add(liste);
Line -... Line 177...
-
 
177
				
177
				
178
				mediateur.desactiverChargement();
178
				mediateur.actualiserPanneauCentral();
179
				mediateur.actualiserPanneauCentral();
179
				grille.fireEvent(Events.ViewReady);
180
				grille.fireEvent(Events.ViewReady);
180
			}
181
			}
181
		} else if (nouvellesDonnees instanceof Information)	{
182
		} else if (nouvellesDonnees instanceof Information)	{