Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1908 Rev 1909
Line 1722... Line 1722...
1722
	//+----------------------------------------------------------------------------------------------------------------+
1722
	//+----------------------------------------------------------------------------------------------------------------+
1723
	//												RAFRAICHISSEMENT
1723
	//												RAFRAICHISSEMENT
1724
	//+----------------------------------------------------------------------------------------------------------------+
1724
	//+----------------------------------------------------------------------------------------------------------------+
Line 1725... Line 1725...
1725
	
1725
	
1726
	public void rafraichir(Object nouvellesDonnees) {
1726
	public void rafraichir(Object nouvellesDonnees) {
1727
		Coel.LogVersFirebug("rafraichit mediateur");
1727
		//Coel.LogVersFirebug("rafraichit mediateur");
1728
		if (nouvellesDonnees instanceof Utilisateur) {
1728
		if (nouvellesDonnees instanceof Utilisateur) {
1729
			Utilisateur infoUtil = (Utilisateur) nouvellesDonnees;
1729
			Utilisateur infoUtil = (Utilisateur) nouvellesDonnees;
1730
			Coel.LogVersFirebug("Licence dans util : " + infoUtil.avoirLicenceAcceptee());
1730
			//Coel.LogVersFirebug("Licence dans util : " + infoUtil.avoirLicenceAcceptee());
1731
			Coel.LogVersFirebug("Licence dans util : " + infoUtil.getLicence());
1731
			//Coel.LogVersFirebug("Licence dans util : " + infoUtil.getLicence());
1732
			if (infoUtil.getLicence().equals("0")) {
1732
			if (infoUtil.getLicence().equals("0")) {
1733
				this.afficherFenetreLicence(this.fenetreIdentification);
1733
				this.afficherFenetreLicence(this.fenetreIdentification);
1734
			} else {
1734
			} else {
1735
				repandreEtatIdentification(infoUtil);
1735
				repandreEtatIdentification(infoUtil);