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 1304258 2012-03-23 10:09:27Z ilgrosso $

Method Summary
 void selectionChanged(TreeSelectionEvent event)
           
 

Method Detail

selectionChanged

void selectionChanged(TreeSelectionEvent event)


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