Interface Spreadsheet.FormulaValueChangeListener
- All Superinterfaces:
Serializable
- Enclosing class:
- Spreadsheet
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is called when user changes the cell value in Spreadsheet.
-
Field Details
-
FORMULA_VALUE_CHANGE_METHOD
-
-
Method Details
-
onFormulaValueChange
This is called when user changes the cell value in Spreadsheet.- Parameters:
event- FormulaValueChangeEvent that happened
-