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


oracle.dss.thin.beans.dataView
Class ThinViewListenerAdapter

java.lang.Object
  |
  +--oracle.dss.thin.beans.dataView.ThinViewListenerAdapter
All Implemented Interfaces:
java.util.EventListener, ThinViewListener

public class ThinViewListenerAdapter
extends java.lang.Object
implements ThinViewListener

A default ThinViewListener. This class has a null implementation of each of the methods in the ThinViewListener interface.


Constructor Summary
ThinViewListenerAdapter()
           

 

Method Summary
 void saveConfirmationRequested(SaveEvent e)
          Responds to an attempt to overwrite an existing presentation bean.
 void saved(SaveEvent e)
          Responds to the saving of a view.
 void saving(SaveEvent e)
          Responds to an impending save of a view.
 void viewExported(ExportEvent e)
          Responds to a completed export event.
 void viewExporting(ExportEvent e)
          Responds to an impending export event.

 

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

 

Constructor Detail

ThinViewListenerAdapter

public ThinViewListenerAdapter()
Method Detail

viewExporting

public void viewExporting(ExportEvent e)
Description copied from interface: ThinViewListener
Responds to an impending export event. The thin presentation bean calls this method immediately before exporting.
Specified by:
viewExporting in interface ThinViewListener
Following copied from interface: oracle.dss.thin.beans.dataView.ThinViewListener
Parameters:
e - Information about the export.

viewExported

public void viewExported(ExportEvent e)
Description copied from interface: ThinViewListener
Responds to a completed export event. The thin presentation beans call this method immediately after exporting.
Specified by:
viewExported in interface ThinViewListener
Following copied from interface: oracle.dss.thin.beans.dataView.ThinViewListener
Parameters:
e - Information about the export.

saveConfirmationRequested

public void saveConfirmationRequested(SaveEvent e)
Description copied from interface: ThinViewListener
Responds to an attempt to overwrite an existing presentation bean. Thin presentation beans call this method when it attempts to save itself as an object, and an object of the same name already exists in the folder.

In response, this ThinViewListener should display a Save Confirmation dialog. To initialize the dialog:

  1. Set the Overwrite property of the SaveConfirmation to true.
  2. Set an EventTarget to route the SAVE_EVENT to the view.
  3. Call the SaveConfirmation.init method, passing the QueryParameterProvider from the SaveEvent.
Specified by:
saveConfirmationRequested in interface ThinViewListener
Following copied from interface: oracle.dss.thin.beans.dataView.ThinViewListener
Parameters:
e - Information about the save event.

saved

public void saved(SaveEvent e)
Description copied from interface: ThinViewListener
Responds to the saving of a view. A thin presentation bean calls this method immediately after it is saved to the BI Beans Catalog.
Specified by:
saved in interface ThinViewListener
Following copied from interface: oracle.dss.thin.beans.dataView.ThinViewListener
Parameters:
e - Information about the save event.

saving

public void saving(SaveEvent e)
Description copied from interface: ThinViewListener
Responds to an impending save of a view. A thin presentation bean calls this method immediately before it is saved to the BI Beans Catalog.
Specified by:
saving in interface ThinViewListener
Following copied from interface: oracle.dss.thin.beans.dataView.ThinViewListener
Parameters:
e - Information about the save.

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


Copyright © 2003, Oracle. All Rights Reserved.