public interface ComponentClickNotifier<C extends com.vaadin.flow.component.Component & Clickable>
ComponentClickEvents.| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
addClickListener(ComponentClickListener<C> listener)
Adds a listener.
|
com.vaadin.flow.shared.Registration addClickListener(ComponentClickListener<C> listener)
listener - Listener to be notified when event is fired.Registration that can be used to stop listening to the event.Copyright © 2024 Miki. All rights reserved.