Author: paperwing
Date: 2011-07-27 09:38:12 -0700 (Wed, 27 Jul 2011)
New Revision: 26285

Modified:
   
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
Log:
updated patch for the rendering engine manager

Modified: 
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
===================================================================
--- 
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
  2011-07-27 16:11:34 UTC (rev 26284)
+++ 
csplugins/trunk/toronto/jm/paperwing-build/patches/presentation-impl/RenderingEngineManagerImpl.java.patch
  2011-07-27 16:38:12 UTC (rev 26285)
@@ -52,7 +52,7 @@
        public RenderingEngine<?> getRendringEngine(final View<?> viewModel) {
                return renderingEngineMap.get(viewModel);
        }
-@@ -49,12 +58,18 @@
+@@ -49,12 +58,20 @@
        public void addRenderingEngine(final RenderingEngine<?> 
renderingEngine) {
                final View<?> viewModel = renderingEngine.getViewModel();
                this.renderingEngineMap.put(viewModel, renderingEngine);
@@ -65,6 +65,8 @@
        public void removeRenderingEngine(RenderingEngine<?> renderingEngine) {
                final View<?> viewModel = renderingEngine.getViewModel();
 +              
++              System.out.println("Engine about to be removed, firing 
event..");
++              
 +              // Event fired before actual removal
 +              cyEventHelper.fireEvent(new 
RenderingEngineAboutToBeRemovedEvent(this, renderingEngine));
 +              

-- 
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