cybertools/z2/intid/subscriber.zcml
helmutm d1110c410e include slightly modified copy of five.intid
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-01-14 12:12:30 +00:00

18 lines
552 B
XML

<configure xmlns="http://namespaces.zope.org/zope">
<subscriber
handler=".intid.addIntIdSubscriber"
for="persistent.IPersistent
zope.app.container.interfaces.IObjectAddedEvent"
/>
<subscriber
handler=".intid.removeIntIdSubscriber"
for="persistent.IPersistent
zope.app.container.interfaces.IObjectRemovedEvent"
/>
<subscriber
handler=".intid.moveIntIdSubscriber"
for="OFS.interfaces.ITraversable
zope.app.container.interfaces.IObjectMovedEvent"
/>
</configure>