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


oracle.dss.table
Interface TableDataListener

All Superinterfaces:
DataListener, java.util.EventListener, GridViewDataListener
All Known Implementing Classes:
TableDataListenerAdapter

public interface TableDataListener
extends GridViewDataListener

This interface describes the methods a Table user should implement to hook Table data events.


Method Summary
 void viewIncrementalFetchRequested(IncrementalFetchEvent e)
          Signal that an incremental fetch requested through the UI may now proceed.
 void viewIncrementalFetchRequesting(IncrementalFetchEvent e)
          Signal that an incremental fetch has been requested through a UI gesture.

 

Methods inherited from interface oracle.dss.gridView.GridViewDataListener
viewDatabodyDrillOut, viewHeaderDrillOut

 

Methods inherited from interface oracle.dss.dataView.DataListener
viewDrillRequested, viewDrillRequesting, viewPageRequested, viewPageRequesting, viewPivotRequested, viewPivotRequesting

 

Method Detail

viewIncrementalFetchRequested

public void viewIncrementalFetchRequested(IncrementalFetchEvent e)
Signal that an incremental fetch requested through the UI may now proceed. This is called after viewIncrementalFetchRequesting, and only if the viewIncrementalFetchRequesting event was not consumed. When this method is called, the application should fetch the next increment of rows in the DataSource before returning.
Parameters:
e - information about the event

viewIncrementalFetchRequesting

public void viewIncrementalFetchRequesting(IncrementalFetchEvent e)
Signal that an incremental fetch has been requested through a UI gesture. If this event is not consumed, a viewIncrementalFetchRequested event will be fired.
Parameters:
e - information about the event

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


Copyright © 2003, Oracle. All Rights Reserved.