[Zope] Delete notification

Jonothan Farr jfarr@real.com
Mon, 10 Apr 2000 14:33:00 -0700


> Is there a way in a python based product to get notification when an
> instance is deleted?

I believe you want manage_beforeDelete. Search for it in OFS/ObjectManager.py
for enlightenment.

-jfarr