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


oracle.dss.dataSource.common
Class SelectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataSource.common.QueryEvent
              |
              +--oracle.dss.dataSource.common.SelectionEvent
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
SelectionChangedEvent, SelectionChangingEvent

public abstract class SelectionEvent
extends QueryEvent

Base class to distinguish selection sequence events.

See Also:
Serialized Form

Constructor Summary
SelectionEvent(java.lang.Object source, Selection[] selections, boolean removed)
          Constructs the event.

 

Method Summary
 Selection[] getSelections()
          Retrieves the list of changed Selection objects.

 

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

SelectionEvent

public SelectionEvent(java.lang.Object source,
Selection[] selections,
                      boolean removed)
Constructs the event.
Parameters:
source - The source of the event, that is, a reference to the object that fired the event.
selections - An array of changed Selection objects.
removed - true if the Selection objects were removed, false if they were not.
Method Detail

getSelections

public Selection[] getSelections()
Retrieves the list of changed Selection objects.
Returns:
An array of changed Selection objects.

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


Copyright © 2003, Oracle. All Rights Reserved.