org.zkoss.zul.event
Interface ListDataListener

All Known Implementing Classes:
ChildrenBindingListDataListener, ForEachListDataListener

public interface ListDataListener

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

Author:
tomyeh
See Also:
ListModel, ListDataEvent

Method Summary
 void onChange(ListDataEvent event)
          Sent when the contents of the list has changed.
 

Method Detail

onChange

void onChange(ListDataEvent event)
Sent when the contents of the list has changed.



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