com.droplets.api.event
Interface TreeCheckboxListener

All Superinterfaces:
java.util.EventListener

public interface TreeCheckboxListener
extends java.util.EventListener

This interface is used to send notification a node on the tree will be expanding or collapsing.


Method Summary
 void handleNodeCheckboxValueChanged(TreeEvent evt)
          Called to indicate that the checkbox value of a node has changed.
 

Method Detail

handleNodeCheckboxValueChanged

public void handleNodeCheckboxValueChanged(TreeEvent evt)
Called to indicate that the checkbox value of a node has changed.


Copyright © Droplets, 2001. All Rights Reserved.