pt.despodata.java.ddata.event
Class AfterEditEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bypt.despodata.java.ddata.event.AfterEditEvent
All Implemented Interfaces:
java.io.Serializable

public class AfterEditEvent
extends java.util.EventObject

Title:

Description:

Copyright: Copyright (c)

Company:

Version:
1.0
Author:
See Also:
Serialized Form

Field Summary
protected  int column
           
protected  int row
           
protected  java.lang.Object value
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AfterEditEvent(java.lang.Object _source, int _row, int _column, java.lang.Object _value)
           
 
Method Summary
 int getColumn()
           
 int getRow()
           
 java.lang.Object getValue()
           
 
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

column

protected int column

row

protected int row

value

protected java.lang.Object value
Constructor Detail

AfterEditEvent

public AfterEditEvent(java.lang.Object _source,
                      int _row,
                      int _column,
                      java.lang.Object _value)
Method Detail

getValue

public java.lang.Object getValue()

getColumn

public int getColumn()

getRow

public int getRow()