| Line 42... |
Line 42... |
| 42 |
}
|
42 |
}
|
| Line 43... |
Line 43... |
| 43 |
|
43 |
|
| 44 |
public void rafraichir(Object nouvellesDonnees) {
|
44 |
public void rafraichir(Object nouvellesDonnees) {
|
| 45 |
if (nouvellesDonnees instanceof Projet) {
|
45 |
if (nouvellesDonnees instanceof Projet) {
|
| 46 |
//panneauProjetDetail.rafraichir((Projet) nouvellesDonnees);
|
46 |
//panneauProjetDetail.rafraichir((Projet) nouvellesDonnees);
|
| 47 |
sequenceur.empilerRafraichissement(panneauProjetDetail, (Projet) nouvellesDonnees);
|
47 |
sequenceur.enfilerRafraichissement(panneauProjetDetail, (Projet) nouvellesDonnees);
|
| 48 |
} else if (nouvellesDonnees instanceof ProjetListe) {
|
48 |
} else if (nouvellesDonnees instanceof ProjetListe) {
|
| 49 |
panneauProjetListe.rafraichir((ProjetListe) nouvellesDonnees);
|
49 |
panneauProjetListe.rafraichir((ProjetListe) nouvellesDonnees);
|
| 50 |
} else if (nouvellesDonnees instanceof Information) {
|
50 |
} else if (nouvellesDonnees instanceof Information) {
|
| 51 |
Information info = (Information) nouvellesDonnees;
|
51 |
Information info = (Information) nouvellesDonnees;
|