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


oracle.dss.dataSource.common
Class QueryEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataSource.common.QueryEvent
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
CellOverrideEvent, CellsSubmitEvent, DataAvailableEvent, DataChangeEvent, DimensionalityChangedEvent, DrillEvent, LayoutEvent, NullStatusEvent, SelectionEvent, StateChangeEvent, UndoAvailableEvent

public abstract class QueryEvent
extends java.util.EventObject
implements java.lang.Cloneable

Base class for all Query events

See Also:
Serialized Form

Constructor Summary
QueryEvent(java.lang.Object source)
          Constructs the event.

 

Method Summary
 java.lang.Object clone()
          Clones 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

 

Constructor Detail

QueryEvent

public QueryEvent(java.lang.Object source)
Constructs the event.
Parameters:
source - The source of the event, that is, the object that fired the event.
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones the event. Note this assumes that cloning event subclasses by a member is OK.
Returns:
The cloned event
Throws:
java.lang.CloneNotSupportedException - If there is a problem copying the event.

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


Copyright © 2003, Oracle. All Rights Reserved.