Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 135 Rev 137
Line 30... Line 30...
30
			((Mediateur) Registry.get(RegistreId.MEDIATEUR)).mettreAJourEtatIdentification((Utilisateur) nouvelleDonnees);
30
			((Mediateur) Registry.get(RegistreId.MEDIATEUR)).mettreAJourEtatIdentification((Utilisateur) nouvelleDonnees);
31
		} else if (nouvelleDonnees instanceof ValeurListe) {
31
		} else if (nouvelleDonnees instanceof ValeurListe) {
32
			((Mediateur) Registry.get(RegistreId.MEDIATEUR)).afficherListeValeurs((ValeurListe) nouvelleDonnees);
32
			((Mediateur) Registry.get(RegistreId.MEDIATEUR)).afficherListeValeurs((ValeurListe) nouvelleDonnees);
33
		} else if (nouvelleDonnees instanceof PublicationListe) {
33
		} else if (nouvelleDonnees instanceof PublicationListe) {
34
			((Mediateur) Registry.get(RegistreId.MEDIATEUR)).afficherListePublication((PublicationListe) nouvelleDonnees);
34
			((Mediateur) Registry.get(RegistreId.MEDIATEUR)).afficherListePublication((PublicationListe) nouvelleDonnees);
-
 
35
		} else if (nouvelleDonnees instanceof PersonneListe) {
-
 
36
			((Mediateur) Registry.get(RegistreId.MEDIATEUR)).afficherListePersonnes((PersonneListe) nouvelleDonnees);
35
		}
37
		}
Line 36... Line 38...
36
		
38
		
Line 37... Line 39...
37
	}
39
	}