Interface Spreadsheet.RowHeaderDoubleClickListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- Spreadsheet
public static interface Spreadsheet.RowHeaderDoubleClickListener extends Serializable
Interface for listening aSpreadsheet.RowHeaderDoubleClickEventevent
-
-
Field Summary
Fields Modifier and Type Field Description static MethodON_ROW_ON_ROW_HEADER_DOUBLE_CLICK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRowHeaderDoubleClick(Spreadsheet.RowHeaderDoubleClickEvent event)This method is called when the user doubleclicks on the border of a row header
-
-
-
Field Detail
-
ON_ROW_ON_ROW_HEADER_DOUBLE_CLICK
static final Method ON_ROW_ON_ROW_HEADER_DOUBLE_CLICK
-
-
Method Detail
-
onRowHeaderDoubleClick
void onRowHeaderDoubleClick(Spreadsheet.RowHeaderDoubleClickEvent event)
This method is called when the user doubleclicks on the border of a row header- Parameters:
event- The RowHeaderDoubleClilckEvent that happened
-
-