Interface PivotDataListener


  • public interface PivotDataListener
    PivotDataListener defines the methods for an object that listens to changes in a @{link PivotModel}
    Author:
    jumperchen
    • 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