Interface MouseEvents.ClickListener

All Superinterfaces:
com.vaadin.flow.component.ComponentEventListener<MouseEvents.ClickEvent>, EventListener, Serializable
Enclosing interface:
MouseEvents
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 MouseEvents.ClickListener extends com.vaadin.flow.component.ComponentEventListener<MouseEvents.ClickEvent>
Interface for listening for a MouseEvents.ClickEvent fired by a Component.
Author:
Vaadin Ltd.
See Also: