changeset 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 947d79b9c675
children b3bc5e9ba912
files flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/ProjectList.java
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Mon Oct 15 16:09:12 2012 +0200
+++ b/flys-client/ChangeLog	Mon Oct 15 16:19:11 2012 +0200
@@ -1,3 +1,9 @@
+2012-10-15	Björn Ricks	<bjoern.ricks@intevation.de>
+
+	* src/main/java/de/intevation/flys/client/client/ui/ProjectList.java:
+	  Make updateUserCollections public. It must be called by FLYS to update the
+	  project list if a new gauge discharge curve collection is created.
+
 2012-10-15	Björn Ricks	<bjoern.ricks@intevation.de>
 
 	* src/main/java/de/intevation/flys/client/client/ui/GaugePanel.java,
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/ProjectList.java	Mon Oct 15 16:09:12 2012 +0200
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/ProjectList.java	Mon Oct 15 16:19:11 2012 +0200
@@ -569,7 +569,7 @@
     }
 
 
-    protected void updateUserCollections() {
+    public void updateUserCollections() {
         GWT.log("==> ProjectList updates user collections!");
 
         Config config = Config.getInstance();

http://dive4elements.wald.intevation.org