Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 183 → Rev 184

/src/org/tela_botanica/del/client/navigation/evenement/BusEvenementiel.java
84,13 → 84,13
 
private void doRechercheImage(List<Image> images) {
CacheClient.getInstance().setImages(images);
History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
History.newItem(ConstantesNavigation.PAGE_RESULTAT_RECHERCHE_IMAGES, true);
History.fireCurrentHistoryState();
}
 
private void doChangementProtocole(Protocole protocole) {
CacheClient.getInstance().setProtocoleCourant(protocole);
History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
History.newItem(ConstantesNavigation.PAGE_RESULTAT_RECHERCHE_IMAGES, true);
History.fireCurrentHistoryState();
}