Package org.zkoss.pivot.event
Interface PivotDataListener
-
public interface PivotDataListenerPivotDataListener defines the methods for an object that listens to changes in a @{link PivotModel}- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(PivotDataEvent event)The method is invoked when the pivot model has changed.
-
-
-
Method Detail
-
onChange
void onChange(PivotDataEvent event)
The method is invoked when the pivot model has changed.- Parameters:
event- a pivot data event.- See Also:
PivotDataEvent
-
-