[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Workflow - IWorkflowEvents.py:1.1.2.7
Tres Seaver
tseaver@zope.com
Tue, 5 Mar 2002 06:36:57 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Workflow
In directory cvs.zope.org:/tmp/cvs-serv6603
Modified Files:
Tag: Zope-3x-branch
IWorkflowEvents.py
Log Message:
- Introduce intermediate interface, IWorkflowActionEvent.
=== Zope3/lib/python/Zope/App/Workflow/IWorkflowEvents.py 1.1.2.6 => 1.1.2.7 ===
"""
-class IWorkflowActionCompletedEvent(IWorkflowEvent):
+class IWorkflowActionCompletedEvent(IWorkflowActionEvent):
"""
Note the completion of a WorkItem or a transition.
"""
@@ -55,7 +55,7 @@
Note the suspension of a workflow-aware action.
"""
-class IWorkflowActionExceptionEvent(IWorkflowEvent):
+class IWorkflowActionExceptionEvent(IWorkflowActionEvent):
"""
Note that the execution of an action had an exceptional termination.
"""