@FunctionalInterface public static interface AutocompleteEvents.SelectListener extends com.vaadin.event.ConnectorEventListener
AutocompleteEvents.SelectEvent
.Modifier and Type | Method and Description |
---|---|
void |
select(AutocompleteEvents.SelectEvent event)
A suggestion has been selected by the user.
|
static final Method METHOD
void select(AutocompleteEvents.SelectEvent event)
event
- The AutocompleteEvents.SelectEvent
.Copyright © 2017 Max Schuster. All Rights Reserved.