[Zope3-checkins] CVS: Zope3/src/zope/app/services - README.txt:1.12
Jim Fulton
jim at zope.com
Mon Dec 22 14:43:31 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv32308
Modified Files:
README.txt
Log Message:
added Registered.
=== Zope3/src/zope/app/services/README.txt 1.11 => 1.12 ===
--- Zope3/src/zope/app/services/README.txt:1.11 Mon Dec 22 14:37:31 2003
+++ Zope3/src/zope/app/services/README.txt Mon Dec 22 14:43:30 2003
@@ -158,6 +158,12 @@
registration object passed need not be in in the stack. It is used
soley to provide the parameters.
+- Registered
+
+ The interface ``IRegistered'' provides storage and access to the
+ registrations for a registerable. When we make a registration, we
+ refer to it in a registration stack and in the registered object.
+
Examples
--------
More information about the Zope3-Checkins
mailing list