Package org.zkoss.zul.event
Interface GroupsDataListener
-
public interface GroupsDataListenerDefines the methods used to listener when the content ofGroupsModelis changed.- Since:
- 3.5.0
- Author:
- tomyeh
- See Also:
GroupsModel,GroupsDataEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(GroupsDataEvent event)Sent when the contents of the list has changed.
-
-
-
Method Detail
-
onChange
void onChange(GroupsDataEvent event)
Sent when the contents of the list has changed.
-
-