Package org.zkoss.pivot.event
Interface PivotDataListener
-
public interface PivotDataListener
PivotDataListener 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 void
onChange(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
-
-