Class CellEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class CellEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      CellEvent​(java.lang.Object source, java.lang.Object oldValue, java.lang.Object newValue, int row, int column)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn()  
      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

      • CellEvent

        public CellEvent​(java.lang.Object source,
                         java.lang.Object oldValue,
                         java.lang.Object newValue,
                         int row,
                         int column)
    • Method Detail

      • getOldValue

        public java.lang.Object getOldValue()
      • getNewValue

        public java.lang.Object getNewValue()
      • getRow

        public int getRow()
      • getColumn

        public int getColumn()