org.apache.cocoon.forms.event.impl
Class JavaScriptWidgetListener
java.lang.Object
org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener
- Direct Known Subclasses:
- JavaScriptWidgetListener.JSActionListener, JavaScriptWidgetListener.JSCreateListener, JavaScriptWidgetListener.JSTreeSelectionListener, JavaScriptWidgetListener.JSValueChangedListener
- public abstract class JavaScriptWidgetListener
- extends Object
Listeners built by JavaScriptWidgetListenerBuilder
- Version:
- $Id: JavaScriptWidgetListener.java 327146 2005-10-21 10:38:37Z sylvain $
- Author:
- Sylvain Wallez
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 |
JavaScriptWidgetListener
public JavaScriptWidgetListener(org.mozilla.javascript.Function func,
Context context)
callScript
protected void callScript(WidgetEvent event)
- Call the script that implements the event handler
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.