Interface Tree.SelectionListener<T>

Type Parameters:
T - the type of the selected domain object
All Superinterfaces:
Serializable
Enclosing class:
Tree<T>
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 Tree.SelectionListener<T> extends Serializable
A listener to track when the selected node is changed.
Author:
mstahv
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selected(T selected, TreeItem item)
     
  • Method Details

    • selected

      void selected(T selected, TreeItem item)