[Zope-CVS] CVS: Products/Transience - TransienceInterfaces.py:1.5
Matthew T. Kromer
matt@zope.com
Tue, 23 Oct 2001 15:46:01 -0400
Update of /cvs-repository/Products/Transience
In directory cvs.zope.org:/tmp/cvs-serv16804
Modified Files:
TransienceInterfaces.py
Log Message:
Remove notifyAdd and notifyDelete from interface (no program code should
call these)
=== Products/Transience/TransienceInterfaces.py 1.4 => 1.5 ===
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).
- """
-