@FunctionalInterface public static interface Button.ClickListener extends Serializable
Button.ClickEvent
fired by a
Component
.Modifier and Type | Field and Description |
---|---|
static Method |
BUTTON_CLICK_METHOD |
Modifier and Type | Method and Description |
---|---|
void |
buttonClick(Button.ClickEvent event)
Called when a
Button has been clicked. |
static final Method BUTTON_CLICK_METHOD
void buttonClick(Button.ClickEvent event)
Button
has been clicked. A reference to the
button is given by Button.ClickEvent.getButton()
.event
- An event containing information about the click.Copyright © 2020 Vaadin Ltd. All rights reserved.