[Checkins] SVN: grok/trunk/doc/grok_overview.rst Add a note about IBeforeTraverseEvent here.

Martijn Faassen faassen at infrae.com
Sat Jan 10 07:52:11 EST 2009


Log message for revision 94679:
  Add a note about IBeforeTraverseEvent here.
  

Changed:
  U   grok/trunk/doc/grok_overview.rst

-=-
Modified: grok/trunk/doc/grok_overview.rst
===================================================================
--- grok/trunk/doc/grok_overview.rst	2009-01-10 12:49:46 UTC (rev 94678)
+++ grok/trunk/doc/grok_overview.rst	2009-01-10 12:52:11 UTC (rev 94679)
@@ -971,6 +971,13 @@
 
   grok.notify(grok.ObjectCopiedEvent(copy, original))
 
+``IBeforeTraverseEvent``
++++++++++++++++++++++++++
+
+Fired when the publisher is about to traverse into your object. This
+is useful to specify on your application object if you for instance
+want to set the default skin for your application.
+
 Creating and sending your own events
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 



More information about the Checkins mailing list