@FunctionalInterface public interface TextSelectionNotifier<T extends com.vaadin.flow.component.Component & CanSelectText>
TextSelectionEvent.| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
addTextSelectionListener(TextSelectionListener<T> listener)
Adds the listener.
|
com.vaadin.flow.shared.Registration addTextSelectionListener(TextSelectionListener<T> listener)
listener - A listener to add.Registration that can be used to stop listening to the event.Copyright © 2023 Miki. All rights reserved.