Package org.vaadin.firitin.components
Interface Tree.SelectionListener<T>
-
- Type Parameters:
T- the type of the selected domain object
- All Superinterfaces:
Serializable
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselected(T selected, TreeItem item)
-