spreadsheet
Class SpreadsheetEventObject

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--spreadsheet.SpreadsheetEventObject

public class SpreadsheetEventObject
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int INSERT
           
static int NEWFUNCTION
           
static int RECALCULATE
           
static int REFRESH
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SpreadsheetEventObject(java.lang.Object o, int type, CellRegion cellRegion, java.lang.String value)
           
SpreadsheetEventObject(java.lang.Object o, int type, Cell cell, java.lang.String value)
           
 
Method Summary
 CellRegion getCellRegion()
           
 int getType()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final int INSERT

REFRESH

public static final int REFRESH

NEWFUNCTION

public static final int NEWFUNCTION

RECALCULATE

public static final int RECALCULATE
Constructor Detail

SpreadsheetEventObject

public SpreadsheetEventObject(java.lang.Object o,
                              int type,
                              CellRegion cellRegion,
                              java.lang.String value)

SpreadsheetEventObject

public SpreadsheetEventObject(java.lang.Object o,
                              int type,
                              Cell cell,
                              java.lang.String value)
Method Detail

getType

public int getType()

getCellRegion

public CellRegion getCellRegion()

getValue

public java.lang.String getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject