jdbreport.grid
Class CellValueChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jdbreport.grid.CellValueChangedEvent
All Implemented Interfaces:
Serializable

public class CellValueChangedEvent
extends EventObject

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CellValueChangedEvent(Object source, Object oldValue, int row, int column)
           
 
Method Summary
 int getColumn()
           
 Object getOldValue()
           
 int getRow()
           
 
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
 

Constructor Detail

CellValueChangedEvent

public CellValueChangedEvent(Object source,
                             Object oldValue,
                             int row,
                             int column)
Method Detail

getOldValue

public Object getOldValue()

getRow

public int getRow()

getColumn

public int getColumn()