[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/app/event/configure.zcml
Register the registration redispatchers.
Jim Fulton
jim at zope.com
Tue Apr 18 19:56:43 EDT 2006
Log message for revision 67113:
Register the registration redispatchers.
Changed:
U Zope3/branches/jim-adapter/src/zope/app/event/configure.zcml
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/event/configure.zcml
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/event/configure.zcml 2006-04-18 23:56:40 UTC (rev 67112)
+++ Zope3/branches/jim-adapter/src/zope/app/event/configure.zcml 2006-04-18 23:56:43 UTC (rev 67113)
@@ -2,4 +2,11 @@
<subscriber handler="zope.component.event.objectEventNotify" />
+ <configure package="zope.component.registry">
+ <subscriber handler=".dispatchUtilityRegistrationEvent" />
+ <subscriber handler=".dispatchAdapterRegistrationEvent" />
+ <subscriber handler=".dispatchSubscriptionAdapterRegistrationEvent" />
+ <subscriber handler=".dispatchHandlerRegistrationEvent" />
+ </configure>
+
</configure>
More information about the Zope3-Checkins
mailing list