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. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
getSelections
public Selection[] getSelections()
- Retrieves the list of changed
Selection objects.
-
- Returns:
- An array of changed
Selection objects.
Copyright © 2003, Oracle. All Rights Reserved.