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


oracle.dss.thin.beans
Class InitEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.thin.beans.InitEvent
All Implemented Interfaces:
java.io.Serializable

public class InitEvent
extends java.util.EventObject

Java representation of a BIConstants.INIT_EVENT. Thin dialogs that handle the INIT_EVENT notify registered ThinDialogListener implementations of the thin-bean event by passing this event.

See Also:
Serialized Form

Constructor Summary
InitEvent(java.lang.Object source, QueryParameterProvider provider)
          Constructor.

 

Method Summary
 QueryParameterProvider getQueryParameterProvider()
          Retrieves the QueryParameterProvider for the current request.

 

Methods inherited from class java.util.EventObject
getSource, toString

 

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

 

Constructor Detail

InitEvent

public InitEvent(java.lang.Object source,
QueryParameterProvider provider)
Constructor.
Parameters:
source - The thin bean that generates this InitEvent.
provider - The QueryParameterProvider for the current request.
Method Detail

getQueryParameterProvider

public QueryParameterProvider getQueryParameterProvider()
Retrieves the QueryParameterProvider for the current request. You can get event parameters from the QueryParameterProvider.
Returns:
The QueryParameterProvider for the current request.

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


Copyright © 2003, Oracle. All Rights Reserved.