[Zope-Checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/event - subscribe.stx:1.2
Jim Fulton
jim@zope.com
Mon, 10 Jun 2002 19:28:37 -0400
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/event
In directory cvs.zope.org:/tmp/cvs-serv17445/doc/zcml/namespaces.zope.org/event
Added Files:
subscribe.stx
Log Message:
Merged Zope-3x-branch into newly forked Zope3 CVS Tree.
=== Zope3/doc/zcml/namespaces.zope.org/event/subscribe.stx 1.1 => 1.2 ===
+
+see lib/python/Zope/Event/event-meta.zcml
+
+Attributes
+
+ * subscriber, dotted name that resolves to a component
+
+ * event_types, whitespace-separated list of interfaces
+
+ * filter, dotted name that resolves to a component
+
+ The event_types and filter attributes are optional. If the
+ filter attribute is omitted, it defaults to no filter.
+ If the event_types attribute is omitted, it defaults to
+ subscribe for all events.
+
+Notes
+
+ This directive should only be used to subscribe non-persistent
+ filesystem-level components to the non-persistent file-system
+ global event service.