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 IVSTableRowSelectionListener
    The listener interface for table selection changes. This interface is used for VS tables with single or multiple selection.
    Author:
    Christopher Mindus
    • Method Detail

      • onRowSelection

        void onRowSelection​(VSTableRowSelection selection)
        Called when a row selection changes for a table.
        Parameters:
        selection - The selection.