Interface TreeSortable.OnSortColumnChanged

Enclosing class:
TreeSortable
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 static interface TreeSortable.OnSortColumnChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The ::sort-column-changed signal is emitted when the sort column
    or sort order of @sortable is changed.
  • Method Details

    • onSortColumnChanged

      void onSortColumnChanged()
      The ::sort-column-changed signal is emitted when the sort column
      or sort order of @sortable is changed. The signal is emitted before
      the contents of @sortable are resorted.