Interface MouseEvents.DoubleClickListener

All Superinterfaces:
com.vaadin.flow.component.ComponentEventListener<MouseEvents.DoubleClickEvent>, 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.DoubleClickListener extends com.vaadin.flow.component.ComponentEventListener<MouseEvents.DoubleClickEvent>
Legacy interface for listening for a MouseEvents.DoubleClickEvent fired by a Component.
Author:
Vaadin Ltd.
See Also: