You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by ha...@apache.org on 2004/07/10 17:27:35 UTC

svn commit: rev 22790 - excalibur/branches/fortress-experiments/container-api/src/java/org/apache/avalon/fortress

Author: hammett
Date: Sat Jul 10 08:27:35 2004
New Revision: 22790

Modified:
   excalibur/branches/fortress-experiments/container-api/src/java/org/apache/avalon/fortress/Container.java
Log:
Docs, we need more docs!

Modified: excalibur/branches/fortress-experiments/container-api/src/java/org/apache/avalon/fortress/Container.java
==============================================================================
--- excalibur/branches/fortress-experiments/container-api/src/java/org/apache/avalon/fortress/Container.java	(original)
+++ excalibur/branches/fortress-experiments/container-api/src/java/org/apache/avalon/fortress/Container.java	Sat Jul 10 08:27:35 2004
@@ -77,9 +77,11 @@
     boolean has( String key, Object hint );
     
     /**
-     * Pending
+     * Returns an EventManager implementation. 
+     * This allows components to hook the creation and destruction phases of
+     * components lifecycle.
      * 
-     * @return
+     * @return EventManager implementation.  
      */
     EventManager getEventManager();
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org