pt.moredata.widgets.event
Class AfterEditEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bypt.moredata.widgets.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
 
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
 

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()