Author: adietish
Date: 2010-11-09 09:42:01 -0500 (Tue, 09 Nov 2010)
New Revision: 26376
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java
Log:
[JBIDE-7518] loading images and instances from server after editing -> notifies
listeners of changes
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog 2010-11-09 14:40:06
UTC (rev 26375)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/ChangeLog 2010-11-09 14:42:01
UTC (rev 26376)
@@ -22,6 +22,8 @@
(createInstanceFilter):
(updateInstanceFilter):
[JBIDE-7518] cleanup code duplication (imageFilter and instanceFilter creation)
+ (editCloud):
+ [JBIDE-7518] load images and instances after editing the cloud -> notifies listeners
of changes
2010-11-05 André Dietisheim <adietish(a)redhat.com>
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java
===================================================================
---
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java 2010-11-09
14:40:06 UTC (rev 26375)
+++
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java 2010-11-09
14:42:01 UTC (rev 26376)
@@ -90,11 +90,6 @@
this.type = type;
storePassword(url, username, passwd);
save();
- // // TODO: remove notification with all instances, replace by notifying
- // // the changed instance
- // /* notification is needed to refresh instances and images */
- // notifyInstanceListListeners(instances.toArray(instances.toArray(new
- // DeltaCloudInstance[instances.size()])));
loadInstances();
loadImages();
}
Show replies by date