Interface TreeSelection.OnChanged

Enclosing class:
TreeSelection
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 TreeSelection.OnChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted whenever the selection has (possibly) changed.
  • Method Details

    • onChanged

      void onChanged()
      Emitted whenever the selection has (possibly) changed. Please note that
      this signal is mostly a hint. It may only be emitted once when a range
      of rows are selected, and it may occasionally be emitted when nothing
      has happened.