[Zope-CMF] Event Notification

seb bacon seb@jamkit.com
Tue, 10 Jul 2001 17:31:45 +0100


* Chris Withers <chrisw@nipltd.com> [010710 16:39]:
> Hi,
> 
> The new discussion tool implementation I'm working on requires its
> DiscussionNode objects to be notified whenever their associated objects are
> modified so they can get hold of their new metadata in the same way.
> 
> How should I go about making this happen?

Hmm, tricky to catch all circumstances.  Something like a combination
of the manage_after* hooks and a special DiscussionWorflow with a
notifySuccess method which does its thing?  Yuck, on second thoughts,
maybe not.  Don't have any bright ideas apart from that.  Good luck!

seb