Interface Spreadsheet.CellValueChangeListener
- All Superinterfaces:
Serializable
- Enclosing class:
Spreadsheet
Used for knowing when a user has changed the cell value in Spreadsheet
UI.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is called when user changes the cell value in Spreadsheet.
-
Field Details
-
CELL_VALUE_CHANGE_METHOD
-
-
Method Details
-
onCellValueChange
This is called when user changes the cell value in Spreadsheet.- Parameters:
event- CellValueChangeEvent that happened
-