Package com.iizix.prop.vs
Interface IVSTableRowSelectionListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The listener interface for table selection changes. This interface is used for VS tables with single or multiple selection.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onRowSelection- (VSTableRowSelection selection) Called when a row selection changes for a table.
- Method Details- onRowSelectionCalled when a row selection changes for a table.- Parameters:
- selection- The selection.