public class SpreadsheetEntryEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
protected int |
change |
static int |
ENTRY_CHANGED |
Constructor and Description |
---|
SpreadsheetEntryEvent(SpreadsheetEntry src,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
public static final int ENTRY_CHANGED
protected int change
public SpreadsheetEntryEvent(SpreadsheetEntry src, int type)