Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 672 Rev 877
Line 47... Line 47...
47
		} else if (nouvellesDonnees instanceof PublicationListe) {
47
		} else if (nouvellesDonnees instanceof PublicationListe) {
48
			mediateur.afficherListePublication((PublicationListe) nouvellesDonnees);
48
			mediateur.afficherListePublication((PublicationListe) nouvellesDonnees);
49
		} else if (nouvellesDonnees instanceof PersonneListe) {
49
		} else if (nouvellesDonnees instanceof PersonneListe) {
50
			mediateur.afficherListePersonnes((PersonneListe) nouvellesDonnees);
50
			mediateur.afficherListePersonnes((PersonneListe) nouvellesDonnees);
51
		} else if (nouvellesDonnees instanceof ProjetListe)	{
51
		} else if (nouvellesDonnees instanceof ProjetListe)	{
-
 
52
			GWT.log("reception d'une liste de projets", null);
52
			mediateur.afficherListeProjets((ProjetListe) nouvellesDonnees);			
53
			mediateur.afficherListeProjets((ProjetListe) nouvellesDonnees);			
53
		} else if (nouvellesDonnees instanceof Information)	{
54
		} else if (nouvellesDonnees instanceof Information)	{
54
			Information info = (Information) nouvellesDonnees;
55
			Information info = (Information) nouvellesDonnees;
55
			if (info.getType().equals("maj_utilisateur"))	{
56
			if (info.getType().equals("maj_utilisateur"))	{
56
				if (getContenu()!=null)	{
57
				if (getContenu()!=null)	{