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


oracle.dss.dataSource.common
Class DimensionalityChangedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataSource.common.QueryEvent
              |
              +--oracle.dss.dataSource.common.DimensionalityChangedEvent
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class DimensionalityChangedEvent
extends QueryEvent

Informs listeners that the query's dimensionality has changed.

See Also:
Serialized Form

Constructor Summary
DimensionalityChangedEvent(java.lang.Object source)
          Constructs the event.

 

Methods inherited from class oracle.dss.dataSource.common.QueryEvent
clone

 

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

DimensionalityChangedEvent

public DimensionalityChangedEvent(java.lang.Object source)
Constructs the event.
Parameters:
source - The source of the event, that is, a reference to the object that fired the event.

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


Copyright © 2003, Oracle. All Rights Reserved.