[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Workflow - IWorkflowEvents.py:1.1.2.3

Florent Guillaume fg@nuxeo.com
Tue, 5 Mar 2002 05:39:41 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Workflow
In directory cvs.zope.org:/tmp/cvs-serv15836

Modified Files:
      Tag: Zope-3x-branch
	IWorkflowEvents.py 
Log Message:
*** empty log message ***

=== Zope3/lib/python/Zope/App/Workflow/IWorkflowEvents.py 1.1.2.2 => 1.1.2.3 ===
         Return the action that was just completed.
         """
+
+class IWorkflowActionExceptionEvent(IWorkflowEvent):
+    """
+    Note that the execution of an action had an exceptional termination.
+    """
+    def getAction():
+        """
+        Return the action that had an exception.
+        """