Interface IUITableSelectionChangeListener


public interface IUITableSelectionChangeListener
Interface used to listen to UITable selection changes directly. This interface is used to listen to both table row and table cell selection changes.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the selection has changed.
  • Method Details

    • onSelectionChanged

      void onSelectionChanged(UITable table)
      Called when the selection has changed.
      Parameters:
      table - The table that had its selection changed.