|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotDataModelListener
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 |
---|
void dataChanged(ChangeEvent e)
e
- the event that triggers the notificationvoid edgesChanged(ChangeEvent e)
e
- the event that triggers the notification
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |