T
- the tree item type@FunctionalInterface public static interface Tree.ItemClickListener<T> extends SerializableEventListener
Tree.ItemClick
,
Registration
Modifier and Type | Method and Description |
---|---|
void |
itemClick(Tree.ItemClick<T> event)
Invoked when this listener receives a item click event from a Tree to
which it has been added.
|
void itemClick(Tree.ItemClick<T> event)
event
- the received event, not null
Copyright © 2020 Vaadin Ltd. All rights reserved.