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


oracle.dss.dataSource.common
Class SelectionChangedEvent

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

public class SelectionChangedEvent
extends SelectionEvent

Informs listeners of changes to one or more Selection objects. This event is fired before the DataChangedEvent. The SelectionChangedEvent cannot be consumed.

See Also:
Serialized Form

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

 

Methods inherited from class oracle.dss.dataSource.common.SelectionEvent
getSelections

 

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

SelectionChangedEvent

public SelectionChangedEvent(java.lang.Object source,
Selection[] selections)
Constructs the event.
Parameters:
source - The source of the event, that is, a reference to the object that fired the event.
selections - A list of the Selection objects that changed.

SelectionChangedEvent

public SelectionChangedEvent(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 - A list of the Selection objects that changed.
removed - Were these selections removed?

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


Copyright © 2003, Oracle. All Rights Reserved.