Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 104 Rev 107
Line 571... Line 571...
571
			// Sur Mise à jour ou suppression d'une suppression ?
571
			// Sur Mise à jour ou suppression d'une suppression ?
Line 572... Line 572...
572
			
572
			
573
			if(nouvelleDonnees instanceof String)
573
			if(nouvelleDonnees instanceof String)
574
			{
574
			{
575
				String str = (String)nouvelleDonnees ;
575
				String str = (String)nouvelleDonnees ;
576
				observationMediateur.obtenirListeObservation() ;
576
				observationMediateur.obtenirNombreObservation() ;
Line 577... Line 577...
577
			}
577
			}