Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.dataView
Class ViewListenerAdapter

java.lang.Object
  extended by 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
clone, equals, finalize, 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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


Copyright © 1997, 2009, Oracle. All rights reserved.