[Zope3-dev] Re: emit ObjectModifiedEvent when object changed and zodb noticed?

2006-09-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Hi All, Just been wondering about the need to retrofit: notify(ObjectModifiedEvent(self)) ...into lots of code. Can we do anything less intrusive? I mean, if a non-Zope object has changed, why should it have to think

Re: [Zope3-dev] Re: emit ObjectModifiedEvent when object changed and zodb noticed?

2006-09-26 Thread Jim Fulton
On Sep 26, 2006, at 1:38 PM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Hi All, Just been wondering about the need to retrofit: notify(ObjectModifiedEvent(self)) ...into lots of code. Can we do anything less intrusive? I mean, if a non-Zope

[Zope3-dev] Re: emit ObjectModifiedEvent when object changed and zodb noticed?

2006-09-26 Thread Philipp von Weitershausen
Chris Withers wrote: Hi All, Just been wondering about the need to retrofit: notify(ObjectModifiedEvent(self)) ...into lots of code. Can we do anything less intrusive? I mean, if a non-Zope object has changed, why should it have to think about emitting events? Objects don't send events