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.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 void selectionChanged(TreeSelectionEvent event)
           
 

Method Detail

selectionChanged

public void selectionChanged(TreeSelectionEvent event)


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