org.zkoss.zul.event
Interface TreeDataListener


public interface TreeDataListener

Defines the methods used to listener when the content of TreeModel is changed.

Since:
3.0.0
Author:
Jeff Liu
See Also:
TreeModel, TreeDataEvent

Method Summary
 void onChange(TreeDataEvent event)
          Sent when the contents of the tree has changed.
 

Method Detail

onChange

void onChange(TreeDataEvent event)
Sent when the contents of the tree has changed.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo