Commit 29a87ca8 authored by matt@zope.com's avatar matt@zope.com

Remove notifyAdd and notifyDelete from interface (no program code should

call these)
parent 908effce
...@@ -211,18 +211,3 @@ class TransientItemContainer(Interface.Base): ...@@ -211,18 +211,3 @@ class TransientItemContainer(Interface.Base):
'before destruction' functions need accept a single argument: 'item', 'before destruction' functions need accept a single argument: 'item',
which is the item being destroyed. which is the item being destroyed.
""" """
def notifyAdd(self, item):
"""
Calls the registered ExecuteAfterAdd function on item.
Raises no errors (traps errors).
"""
def notifyDestruct(self, item):
"""
Calls the registered ExecuteBeforeDestruct function on item.
Raises no errors (traps errors).
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment