Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Class DataListenerAdapter

java.lang.Object
  |
  +--oracle.dss.dataView.DataListenerAdapter
All Implemented Interfaces:
DataListener, java.util.EventListener
Direct Known Subclasses:
GridViewDataListenerAdapter

public class DataListenerAdapter
extends java.lang.Object
implements DataListener

Adapter class for the DataListener interface.


Constructor Summary
DataListenerAdapter()
           

 

Method Summary
 void viewDrillRequested(DrillEvent e)
          Signal that a drill just happened.
 void viewDrillRequesting(DrillEvent e)
          Signal that a drill is about to happen.
 void viewPageRequested(PageEvent e)
          Signal that a page change just happened.
 void viewPageRequesting(PageEvent e)
          Signal that a page change is about to happen.
 void viewPivotRequested(PivotEvent e)
          Signal that a pivot happened.
 void viewPivotRequesting(PivotEvent e)
          Signal that a pivot is about to happen.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataListenerAdapter

public DataListenerAdapter()
Method Detail

viewPivotRequesting

public void viewPivotRequesting(PivotEvent e)
Signal that a pivot is about to happen. Note: we can distinguish edge pivots as a sub-kind of DataviewEvent when pivoting/pivoted are called.
Specified by:
viewPivotRequesting in interface DataListener
Parameters:
e - information about the pivot

viewPivotRequested

public void viewPivotRequested(PivotEvent e)
Signal that a pivot happened.
Specified by:
viewPivotRequested in interface DataListener
Parameters:
e - information about the pivot

viewDrillRequesting

public void viewDrillRequesting(DrillEvent e)
Signal that a drill is about to happen.
Specified by:
viewDrillRequesting in interface DataListener
Parameters:
e - information about the drill

viewDrillRequested

public void viewDrillRequested(DrillEvent e)
Signal that a drill just happened.
Specified by:
viewDrillRequested in interface DataListener
Parameters:
e - information about the drill

viewPageRequesting

public void viewPageRequesting(PageEvent e)
Signal that a page change is about to happen.
Specified by:
viewPageRequesting in interface DataListener
Parameters:
e - information about the page change

viewPageRequested

public void viewPageRequested(PageEvent e)
Signal that a page change just happened.
Specified by:
viewPageRequested in interface DataListener
Parameters:
e - information about the page change

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.