Author: jsong
Date: Tue Oct  5 10:38:47 2004
New Revision: 53812

Modified:
   
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/beanrecord/Controller.jpf
   
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord/Controller.jpf
   
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord2/Controller.jpf
Log:
Add more comment on the pageflow that test control context event.


Modified: 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/beanrecord/Controller.jpf
==============================================================================
--- 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/beanrecord/Controller.jpf
    (original)
+++ 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/beanrecord/Controller.jpf
    Tue Oct  5 10:38:47 2004
@@ -28,7 +28,8 @@
 import org.apache.beehive.controls.test.driver.contextevent.DriveBeanRecorder;
 import org.apache.beehive.test.tools.milton.common.Report;
 
-/* Test listening to controls life cycle events from control bean instance 
directly
+/* Test linstening to control life cycle events by adding listeners to
+ * control bean class.
  * The control is instantiated declaratively
  */
 

Modified: 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord/Controller.jpf
==============================================================================
--- 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord/Controller.jpf
    (original)
+++ 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord/Controller.jpf
    Tue Oct  5 10:38:47 2004
@@ -28,7 +28,8 @@
 import org.apache.beehive.controls.test.driver.contextevent.DriveRecorder;
 import org.apache.beehive.test.tools.milton.common.Report;
 
-/* Test control implementation listenning to and recording controls life cycle 
events
+/* Test linstening to control life cycle events by EventHandler on control
+ * implementation class.
  * The control is instantiated declaratively
  */
 

Modified: 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord2/Controller.jpf
==============================================================================
--- 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord2/Controller.jpf
   (original)
+++ 
incubator/beehive/trunk/controls/test/webapps/controlsWeb/contextevent/implrecord2/Controller.jpf
   Tue Oct  5 10:38:47 2004
@@ -28,7 +28,8 @@
 import org.apache.beehive.controls.test.driver.contextevent.DriveRecorder;
 import org.apache.beehive.test.tools.milton.common.Report;
 
-/* Test control implementation listenning to and recording controls life cycle 
events
+/* Test linstening to control life cycle events by EventHandler on control
+ * implementation class.
  * The control is instantiated programmatically
  */
 

Reply via email to