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.
 - @FunctionalInterface public interface IVSTableRowSelectionListenerThe listener interface for table selection changes. This interface is used for VS tables with single or multiple selection.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- onRowSelection(VSTableRowSelection selection)Called when a row selection changes for a table.
 
- Method Detail- onRowSelection- void onRowSelection(VSTableRowSelection selection) Called when a row selection changes for a table.- Parameters:
- selection- The selection.