pt.moredata.widgets.event
Class CellChangedEvent

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

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