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


oracle.dss.thin.beans
Interface ThinBeanDialogListener

All Superinterfaces:
java.util.EventListener

public interface ThinBeanDialogListener
extends java.util.EventListener

Listener for the changes in thin bean dialogs. ThinBeanDialogs (ExportOptions, PrintOptions, SaveAs, SaveConfirmation) notify any registered implementations of this interface, whenever the dialog initialization is performed.


Method Summary
 void handleInitEvent(InitEvent e)
          Responds to the init event coming from a thin bean.

 

Method Detail

handleInitEvent

public void handleInitEvent(InitEvent e)
Responds to the init event coming from a thin bean. Thin Beans call this method on registered listeners, to notify the listeners that the ThinBeanDialog has been initialized.
Parameters:
e - the event containing the information about the initialization

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


Copyright © 2003, Oracle. All Rights Reserved.