Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 919 Rev 921
Line 937... Line 937...
937
	//+----------------------------------------------------------------------------------------------------------------+
937
	//+----------------------------------------------------------------------------------------------------------------+
Line 938... Line 938...
938
	
938
	
939
	public void rafraichir(Object nouvellesDonnees) {
939
	public void rafraichir(Object nouvellesDonnees) {
940
		if (nouvellesDonnees instanceof Utilisateur) {
940
		if (nouvellesDonnees instanceof Utilisateur) {
941
			mettreAJourEtatIdentification((Utilisateur) nouvellesDonnees);
-
 
942
		} else if (nouvellesDonnees instanceof Information) {
-
 
943
			Information info = (Information) nouvellesDonnees;
941
			mettreAJourEtatIdentification((Utilisateur) nouvellesDonnees);
944
		} else	{
942
		} else	{
945
			GWT.log(i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
943
			GWT.log(i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
946
		}
944
		}