pt.despodata.java.ddata.event
Class CellChangedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bypt.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)
           
 
Method Summary
 int getCol()
           
 java.lang.Object getNewValue()
           
 java.lang.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
 

Field Detail

col

protected int col

row

protected int row

oldValue

protected java.lang.Object oldValue

newValue

protected java.lang.Object newValue
Constructor Detail

CellChangedEvent

public CellChangedEvent(java.lang.Object _source,
                        int c,
                        int r,
                        java.lang.Object _oldValue,
                        java.lang.Object _newValue)
Method Detail

getCol

public int getCol()

getRow

public int getRow()

getNewValue

public java.lang.Object getNewValue()

getOldValue

public java.lang.Object getOldValue()