Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1284 Rev 1322
Line 156... Line 156...
156
			}
156
			}
157
		}
157
		}
158
	}
158
	}
Line 159... Line 159...
159
 
159
 
-
 
160
	public void rafraichir(Object nouvellesDonnees) {
160
	public void rafraichir(Object nouvellesDonnees) {
161
		
161
		if (nouvellesDonnees instanceof CollectionListe) {
162
		if (nouvellesDonnees instanceof CollectionListe) {
Line 162... Line 163...
162
			CollectionListe collections = (CollectionListe) nouvellesDonnees;
163
			CollectionListe collections = (CollectionListe) nouvellesDonnees;
163
 
164