Interface Spreadsheet.SelectionChangeListener
- All Superinterfaces:
Serializable
- Enclosing class:
Spreadsheet
Used for knowing when a user has changed the cell selection in any way.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is called when user changes cell selection.
-
Field Details
-
SELECTION_CHANGE_METHOD
-
-
Method Details
-
onSelectionChange
This is called when user changes cell selection.- Parameters:
event- SelectionChangeEvent that happened
-