You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/08/23 22:29:59 UTC

svn commit: rev 36782 - gump/trunk/python/gump/document/xdocs

Author: ajack
Date: Mon Aug 23 13:29:59 2004
New Revision: 36782

Modified:
   gump/trunk/python/gump/document/xdocs/synchronizer.py
Log:
Wire the event to the action...

Modified: gump/trunk/python/gump/document/xdocs/synchronizer.py
==============================================================================
--- gump/trunk/python/gump/document/xdocs/synchronizer.py	(original)
+++ gump/trunk/python/gump/document/xdocs/synchronizer.py	Mon Aug 23 13:29:59 2004
@@ -29,7 +29,14 @@
     def __init__(self, run, documenter):
         gump.run.actor.AbstractRunActor.__init__(self, run)            
         self.documenter=documenter
- 
+        
+    def processOtherEvent(self,event):
+            
+        workspace=self.run.getWorkspace()        
+        
+        if isinstance(event,FinalizeRunEvent):
+            self.synchronizeRun()
+                
     def synchronizeRun(self):
     
         log.debug('--- Synchronize Results')

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org