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


oracle.dss.dataView
Class ViewListenerAdapter

java.lang.Object
  |
  +--oracle.dss.dataView.ViewListenerAdapter
All Implemented Interfaces:
java.util.EventListener, ViewListener

public class ViewListenerAdapter
extends java.lang.Object
implements ViewListener

Adapter class for the ViewListener interface.


Constructor Summary
ViewListenerAdapter()
           

 

Method Summary
 void printBegin(DataviewEvent e)
          Called just before print/preview begins
 void printEnd(DataviewEvent e)
          Called right after print/preview ends

 

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

 

Constructor Detail

ViewListenerAdapter

public ViewListenerAdapter()
Method Detail

printBegin

public void printBegin(DataviewEvent e)
Called just before print/preview begins
Specified by:
printBegin in interface ViewListener
Parameters:
e - the event doesn't have any information

printEnd

public void printEnd(DataviewEvent e)
Called right after print/preview ends
Specified by:
printEnd in interface ViewListener
Parameters:
e - the event doesn't have any information

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


Copyright © 2003, Oracle. All Rights Reserved.