comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/ProjectList.java @ 4140:a9bafa5445f9

Change updateUserCollections visibility to public The method must be called by FLYS to update the project list if a new gauge discharge curve collection is created.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 15 Oct 2012 16:19:11 +0200
parents 9969e3b0d860
children 03de5c424f95
comparison
equal deleted inserted replaced
4139:947d79b9c675 4140:a9bafa5445f9
567 } 567 }
568 }); 568 });
569 } 569 }
570 570
571 571
572 protected void updateUserCollections() { 572 public void updateUserCollections() {
573 GWT.log("==> ProjectList updates user collections!"); 573 GWT.log("==> ProjectList updates user collections!");
574 574
575 Config config = Config.getInstance(); 575 Config config = Config.getInstance();
576 String locale = config.getLocale(); 576 String locale = config.getLocale();
577 577

http://dive4elements.wald.intevation.org