org.apache.cocoon.forms.event.impl
Class JavaScriptWidgetListener

java.lang.Object
  extended by org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener
Direct Known Subclasses:
JavaScriptWidgetListener.JSActionListener, JavaScriptWidgetListener.JSCreateListener, JavaScriptWidgetListener.JSProcessingPhaseListener, JavaScriptWidgetListener.JSRepeaterListener, JavaScriptWidgetListener.JSTreeSelectionListener, JavaScriptWidgetListener.JSValueChangedListener

public abstract class JavaScriptWidgetListener
extends Object

Listeners built by JavaScriptWidgetListenerBuilder

Version:
$Id: JavaScriptWidgetListener.java 449149 2006-09-23 03:58:05Z crossley $

Nested Class Summary
static class JavaScriptWidgetListener.JSActionListener
           
static class JavaScriptWidgetListener.JSCreateListener
           
static class JavaScriptWidgetListener.JSProcessingPhaseListener
           
static class JavaScriptWidgetListener.JSRepeaterListener
           
static class JavaScriptWidgetListener.JSTreeSelectionListener
           
static class JavaScriptWidgetListener.JSValueChangedListener
           
 
Constructor Summary
JavaScriptWidgetListener(org.mozilla.javascript.Function func, Context context)
           
 
Method Summary
protected  void callScript(WidgetEvent event)
          Call the script that implements the event handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptWidgetListener

public JavaScriptWidgetListener(org.mozilla.javascript.Function func,
                                Context context)
Method Detail

callScript

protected void callScript(WidgetEvent event)
Call the script that implements the event handler



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.