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 Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Called when a row selection changes for a table.
  • Method Details Link icon

    • onRowSelection Link icon

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