Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap
Interface OlapProviderListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
OlapDataModel

public interface OlapProviderListener
extends EventListener

OlapProviderListener is the listener that is notified whenever the pivoting edges (row and/or column headers), or filter area of an OlapProvider have changed.


Method Summary
 void pivotEdgesChanged(ChangeEvent e)
          Notification that the edges (row and/or column header) of an olap provider have changed.
 void pivotFiltersChanged(ChangeEvent e)
          Notification that the filter area of an olap provider has changed.
 

Method Detail

pivotEdgesChanged

void pivotEdgesChanged(ChangeEvent e)
Notification that the edges (row and/or column header) of an olap provider have changed.

Parameters:
e - the event that triggers the notification

pivotFiltersChanged

void pivotFiltersChanged(ChangeEvent e)
Notification that the filter area of an olap provider has changed.

Parameters:
e - the event that triggers the notification

Copyright © 2011 Citra Technologies. All Rights Reserved.