org.apache.cocoon.woody.event.impl
Class JavaScriptWidgetListener
java.lang.Object
org.apache.cocoon.woody.event.impl.JavaScriptWidgetListener
- Direct Known Subclasses:
- JavaScriptWidgetListener.JSActionListener, JavaScriptWidgetListener.JSValueChangedListener
public abstract class JavaScriptWidgetListener
- extends Object
Listeners built by JavaScriptWidgetListenerBuilder
- Version:
- CVS $Id: JavaScriptWidgetListener.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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.Script script)
callScript
protected void callScript(WidgetEvent event)
- Call the script that implements the event handler
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.