Author: mes
Date: 2011-01-25 16:54:49 -0800 (Tue, 25 Jan 2011)
New Revision: 23622

Modified:
   
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/ArraySubGraph.java
Log:
now firing two notification events asynchronously

Modified: 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/ArraySubGraph.java
===================================================================
--- 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/ArraySubGraph.java
   2011-01-26 00:45:16 UTC (rev 23621)
+++ 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/ArraySubGraph.java
   2011-01-26 00:54:49 UTC (rev 23622)
@@ -350,7 +350,7 @@
                        nodeSet.remove(n);
                }
 
-               eventHelper.fireSynchronousEvent(new RemovedNodeEvent(this));
+               eventHelper.fireAsynchronousEvent(new RemovedNodeEvent(this));
 
                return true;
        }
@@ -378,7 +378,7 @@
                        edgeSet.remove(edge);
                }
 
-               eventHelper.fireSynchronousEvent(new RemovedEdgeEvent(this));
+               eventHelper.fireAsynchronousEvent(new RemovedEdgeEvent(this));
 
                return true;
        }

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to