oracle.dss.dataSource.common
Class CellOverrideEvent
java.lang.Object
|
+--java.util.EventObject
|
+--oracle.dss.dataSource.common.QueryEvent
|
+--oracle.dss.dataSource.common.CellOverrideEvent
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- CellOverriddenEvent, CellOverridingEvent
- public abstract class CellOverrideEvent
- extends QueryEvent
Base class for cell override events.
- See Also:
- Serialized Form
| Constructor Summary |
CellOverrideEvent(java.lang.Object source, long row, long col, long page, java.lang.Object data, QDR qdr)
Constructor for this class. |
| Method Summary |
long |
getCol()
Retrieves the column of the cell that was edited. |
java.lang.Object |
getData()
Retrieves the new data in the cell that was edited. |
long |
getPage()
Retrieves the page of the cell that was edited. |
QDR |
getQDR()
Retrieves the QDR object that represents the cell that was edited. |
long |
getRow()
Retrieves the row of the cell that was edited. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CellOverrideEvent
public CellOverrideEvent(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.
getQDR
public QDR getQDR()
- Retrieves the QDR object that represents the cell that was edited.
getRow
public long getRow()
- Retrieves the row of the cell that was edited.
getCol
public long getCol()
- Retrieves the column of the cell that was edited.
getPage
public long getPage()
- Retrieves the page of the cell that was edited.
getData
public java.lang.Object getData()
- Retrieves the new data in the cell that was edited.
Copyright © 2003, Oracle. All Rights Reserved.