Line 607... |
Line 607... |
607 |
} else if (nouvellesDonnees instanceof ProjetListe) {
|
607 |
} else if (nouvellesDonnees instanceof ProjetListe) {
|
608 |
projets = (ProjetListe) nouvellesDonnees;
|
608 |
projets = (ProjetListe) nouvellesDonnees;
|
609 |
projetsChargementOk = true;
|
609 |
projetsChargementOk = true;
|
610 |
} else if (nouvellesDonnees instanceof ValeurListe) {
|
610 |
} else if (nouvellesDonnees instanceof ValeurListe) {
|
611 |
ValeurListe listeValeursReceptionnee = (ValeurListe) nouvellesDonnees;
|
611 |
ValeurListe listeValeursReceptionnee = (ValeurListe) nouvellesDonnees;
|
612 |
receptionerOntologie(listeValeursReceptionnee);
|
612 |
receptionerListeValeurs(listeValeursReceptionnee);
|
613 |
} else if (nouvellesDonnees instanceof Information) {
|
613 |
} else if (nouvellesDonnees instanceof Information) {
|
614 |
Information info = (Information) nouvellesDonnees;
|
614 |
Information info = (Information) nouvellesDonnees;
|
615 |
if (info.getType().equals("liste_structure_a_personne")) {
|
615 |
if (info.getType().equals("liste_structure_a_personne")) {
|
616 |
allouerPersonnelAStructure((StructureAPersonneListe) info.getDonnee(0));
|
616 |
allouerPersonnelAStructure((StructureAPersonneListe) info.getDonnee(0));
|
617 |
personnelChargementOk = true;
|
617 |
personnelChargementOk = true;
|