Interface Spreadsheet.FormulaValueChangeListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Spreadsheet
public static interface Spreadsheet.FormulaValueChangeListener extends Serializable
Used for knowing when a cell referenced by a formula cell has changed in the Spreadsheet UI making the formula value change
-
-
Field Summary
Fields Modifier and Type Field Description static MethodFORMULA_VALUE_CHANGE_METHOD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFormulaValueChange(Spreadsheet.FormulaValueChangeEvent event)This is called when user changes the cell value in Spreadsheet.
-
-
-
Field Detail
-
FORMULA_VALUE_CHANGE_METHOD
static final Method FORMULA_VALUE_CHANGE_METHOD
-
-
Method Detail
-
onFormulaValueChange
void onFormulaValueChange(Spreadsheet.FormulaValueChangeEvent event)
This is called when user changes the cell value in Spreadsheet.- Parameters:
event- FormulaValueChangeEvent that happened
-
-