oracle.dss.dataSource.common
Class CellOverriddenEvent
java.lang.Object
|
+--java.util.EventObject
|
+--oracle.dss.dataSource.common.QueryEvent
|
+--oracle.dss.dataSource.common.CellOverrideEvent
|
+--oracle.dss.dataSource.common.CellOverriddenEvent
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class CellOverriddenEvent
- extends CellOverrideEvent
Informs listeners that a cell override operation has occurred.
- See Also:
- Serialized Form
| Constructor Summary |
CellOverriddenEvent(java.lang.Object source, long row, long col, long page, java.lang.Object data, QDR qdr)
Constructor for this class. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CellOverriddenEvent
public CellOverriddenEvent(java.lang.Object source,
long row,
long col,
long page,
java.lang.Object data,
QDR qdr)
- Constructor for this class.
-
- Parameters:
source - The source of the event, that is, the object that fired the event.
row - The row of the cell that was edited.
col - The column of the cell that was edited.
page - The page of the cell that was edited.
data - The new data in the cell that was edited.
qdr - The QDR object that represents the cell that was edited.
Copyright © 2003, Oracle. All Rights Reserved.