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

java.lang.Object
  extended by org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener
      extended by org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSActionListener
All Implemented Interfaces:
EventListener, ActionListener, WidgetListener
Enclosing class:
JavaScriptWidgetListener

public static class JavaScriptWidgetListener.JSActionListener
extends JavaScriptWidgetListener
implements ActionListener


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener
JavaScriptWidgetListener.JSActionListener, JavaScriptWidgetListener.JSCreateListener, JavaScriptWidgetListener.JSProcessingPhaseListener, JavaScriptWidgetListener.JSRepeaterListener, JavaScriptWidgetListener.JSTreeSelectionListener, JavaScriptWidgetListener.JSValueChangedListener
 
Constructor Summary
JavaScriptWidgetListener.JSActionListener(org.mozilla.javascript.Function func, Context context)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener
callScript
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptWidgetListener.JSActionListener

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

actionPerformed

public void actionPerformed(ActionEvent event)
Specified by:
actionPerformed in interface ActionListener


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.