stefano     2003/06/26 12:44:05

  Modified:    src/scratchpad/src/org/apache/cocoon/components/flow/javascript/fom
                        FOM_Cocoon.java
  Log:
  commented out the hooks to the FOM event model that we'll design and implement in 
the future
  
  Revision  Changes    Path
  1.6       +10 -1     
cocoon-2.1/src/scratchpad/src/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java
  
  Index: FOM_Cocoon.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/scratchpad/src/org/apache/cocoon/components/flow/javascript/fom/FOM_Cocoon.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FOM_Cocoon.java   24 Jun 2003 16:59:20 -0000      1.5
  +++ FOM_Cocoon.java   26 Jun 2003 19:44:04 -0000      1.6
  @@ -161,6 +161,13 @@
           environment.redirect(false, uri);
       }
   
  +/*
  +
  + NOTE (SM): These are the hooks to the future FOM Event Model that will be
  + designed in the future. It has been postponed because we think
  + there are more important things to do at the moment, but these
  + are left here to indicate that they are planned.
  + 
       public void jsFunction_addEventListener(String eventName, 
                                               Object function) {
           // what is this?
  @@ -170,7 +177,9 @@
                                                  Object function) {
           // what is this?
       }
  -
  +    
  +*/
  +  
       public Object jsFunction_getComponent(String id) {
           // what is this?
           return null;
  
  
  

Reply via email to