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 449149 2006-09-23 03:58:05Z crossley $

Method Summary
 void selectionChanged(TreeSelectionEvent event)
           
 

Method Detail

selectionChanged

void selectionChanged(TreeSelectionEvent event)


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