Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot
Interface PivotDataModelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DefaultPivotTableModel, RemoteOlapModel

public interface PivotDataModelListener
extends EventListener

PivotDataModelListener is the listener that is notified whenever the data or the edges (row and/or column headers) have changed.


Method Summary
 void dataChanged(ChangeEvent e)
          Notification that the data of a pivot data model has changed.
 void edgesChanged(ChangeEvent e)
          Notification that the edges (row and/or column header) of a pivot data model have changed.
 

Method Detail

dataChanged

void dataChanged(ChangeEvent e)
Notification that the data of a pivot data model has changed.

Parameters:
e - the event that triggers the notification

edgesChanged

void edgesChanged(ChangeEvent e)
Notification that the edges (row and/or column header) of a pivot data model have changed.

Parameters:
e - the event that triggers the notification

Copyright © 2011 Citra Technologies. All Rights Reserved.