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

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

public static class JavaScriptWidgetListener.JSTreeSelectionListener
extends JavaScriptWidgetListener
implements TreeSelectionListener


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.JSTreeSelectionListener(org.mozilla.javascript.Function func, Context context)
           
 
Method Summary
 void selectionChanged(TreeSelectionEvent 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.JSTreeSelectionListener

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

selectionChanged

public void selectionChanged(TreeSelectionEvent event)
Specified by:
selectionChanged in interface TreeSelectionListener


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