[Zope-Checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.13

Fred L. Drake, Jr. fred@zope.com
Thu, 7 Nov 2002 11:21:41 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv5252/doc

Modified Files:
	zconfig.tex 
Log Message:
Allow application-provided section types to receive a call when they can be
considered "complete".


=== Packages/ZConfig/doc/zconfig.tex 1.12 => 1.13 ===
--- Packages/ZConfig/doc/zconfig.tex:1.12	Thu Nov  7 10:29:14 2002
+++ Packages/ZConfig/doc/zconfig.tex	Thu Nov  7 11:21:41 2002
@@ -448,6 +448,17 @@
   already set, raises \exception{ConfigurationError}.
 \end{methoddesc}
 
+This method is called on each section when the configuration is
+completely loaded.  This is called for all sections contained within a
+section before it is called on the containing section.
+
+\begin{methoddesc}[Configuration]{finish}{}
+  Perform any initialization for the section object that needs to
+  occur after the content of the section is loaded and delegation
+  chains have been established.  (This method may not have been called
+  for delegates before being called on the delegating section.)  The
+  default implementation does nothing.
+\end{methoddesc}
 
 The \class{ImportingConfiguration} subclass offers an additional
 method, normally not needed by applications, but possibly useful for