pt.despodata.java.ddata.event
Class CellChangedEvent
java.lang.Object
java.util.EventObject
pt.despodata.java.ddata.event.CellChangedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class CellChangedEvent
- extends java.util.EventObject
Title:
Description:
Copyright: Copyright (c)
Company:
- Version:
- 1.0
- Author:
- See Also:
- Serialized Form
|
Field Summary |
protected int |
col
|
protected java.lang.Object |
newValue
|
protected java.lang.Object |
oldValue
|
protected int |
row
|
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
CellChangedEvent(java.lang.Object _source,
int c,
int r,
java.lang.Object _oldValue,
java.lang.Object _newValue)
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
col
protected int col
row
protected int row
oldValue
protected java.lang.Object oldValue
newValue
protected java.lang.Object newValue
CellChangedEvent
public CellChangedEvent(java.lang.Object _source,
int c,
int r,
java.lang.Object _oldValue,
java.lang.Object _newValue)
getCol
public int getCol()
getRow
public int getRow()
getNewValue
public java.lang.Object getNewValue()
getOldValue
public java.lang.Object getOldValue()