public static interface SpreadSheetTable.ITableSelectionChangedListener
Listener on table selection changed events.
Method Summary | |
---|---|
void |
selectionChanged(java.lang.String[][] selection)
Called when selection on the table changed. |
Method Detail |
---|
void selectionChanged(java.lang.String[][] selection)
selection
- a 2D string array which represents the selected rows.