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


oracle.dss.datautil
Class DataAccessChangedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.datautil.DataAccessChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class DataAccessChangedEvent
extends java.util.EventObject
implements java.io.Serializable

Describes the event that provides DataAccess cursor information to QueryAccess clients.

See Also:
Serialized Form

Method Summary
 DataAccess getDataAccess()
          Retrieves the changed DataAccess object.
 java.lang.String getDimension()
          Retrieves the name of the dimension that has been changed.

 

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

 

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

 

Method Detail

getDimension

public java.lang.String getDimension()
Retrieves the name of the dimension that has been changed.
Returns:
The name of the dimension that was changed.

getDataAccess

public DataAccess getDataAccess()
Retrieves the changed DataAccess object.
Returns:
The DataAccess object.

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


Copyright © 2003, Oracle. All Rights Reserved.