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


Copyright © 2013. All Rights Reserved.