Interface Spreadsheet.SelectionChangeListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Spreadsheet
public static interface Spreadsheet.SelectionChangeListener extends Serializable
Used for knowing when a user has changed the cell selection in any way.
-
-
Field Summary
Fields Modifier and Type Field Description static MethodSELECTION_CHANGE_METHOD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSelectionChange(Spreadsheet.SelectionChangeEvent event)This is called when user changes cell selection.
-
-
-
Field Detail
-
SELECTION_CHANGE_METHOD
static final Method SELECTION_CHANGE_METHOD
-
-
Method Detail
-
onSelectionChange
void onSelectionChange(Spreadsheet.SelectionChangeEvent event)
This is called when user changes cell selection.- Parameters:
event- SelectionChangeEvent that happened
-
-