org.apache.cocoon.forms.formmodel.tree
Interface TreeSelectionListener

All Superinterfaces:
EventListener, WidgetListener
All Known Implementing Classes:
JavaScriptWidgetListener.JSTreeSelectionListener

public interface TreeSelectionListener
extends WidgetListener

Listener for changes in a Tree's selection.

Version:
$Id: TreeSelectionListener.java 190962 2005-06-16 17:17:00Z sylvain $

Method Summary
 void selectionChanged(TreeSelectionEvent event)
           
 

Method Detail

selectionChanged

public void selectionChanged(TreeSelectionEvent event)


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