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


oracle.dss.datautil
Class SelectionChangedEvent

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

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

Describes the event that carries cursor access and new selection information to QueryAccess clients.

See Also:
Serialized Form

Method Summary
 QueryAccess getQueryAccess()
          Retrieves the access mechanism for the selection's cursor.
 Selection getSelection()
          Retrieves the changed selection object.

 

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

getSelection

public Selection getSelection()
Retrieves the changed selection object.
Returns:
The changed selection object.

getQueryAccess

public QueryAccess getQueryAccess()
Retrieves the access mechanism for the selection's cursor.
Returns:
The QueryAccess object that accesses the the selection's cursor.

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


Copyright © 2003, Oracle. All Rights Reserved.