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