Package org.zkoss.zul.event
Interface ListDataListener
-
public interface ListDataListenerDefines the methods used to listener when the content ofListModelis changed.- Author:
- tomyeh
- See Also:
ListModel,ListDataEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(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.
-
-