pt.moredata.widgets.event
Class CellChangedEvent
java.lang.Object
java.util.EventObject
pt.moredata.widgets.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
| 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 |
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()