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


oracle.dss.dataView
Interface ViewListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ViewListenerAdapter

public interface ViewListener
extends java.util.EventListener

This interface can be implemented by the parties interested in listening to the Dataview events.


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

 

Method Detail

printBegin

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

printEnd

public void printEnd(DataviewEvent e)
Called right after print/preview ends
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.