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
 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


Copyright © 2013. All Rights Reserved.