jdbreport.grid
Class CellSelectChangedEvent

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

public class CellSelectChangedEvent
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
CellSelectChangedEvent(Object source, int row, int column)
           
 
Method Summary
 int getColumn()
           
 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

CellSelectChangedEvent

public CellSelectChangedEvent(Object source,
                              int row,
                              int column)
Method Detail

getRow

public int getRow()
Returns:
Returns the row.

getColumn

public int getColumn()
Returns:
Returns the column.