Package org.vaadin.miki.events.text
Interface TextSelectionListener<C extends com.vaadin.flow.component.Component & CanSelectText>
- Type Parameters:
C- Component type.
- All Superinterfaces:
com.vaadin.flow.component.ComponentEventListener<TextSelectionEvent<C>>,EventListener,Serializable
public interface TextSelectionListener<C extends com.vaadin.flow.component.Component & CanSelectText>
extends com.vaadin.flow.component.ComponentEventListener<TextSelectionEvent<C>>
Marker interface for objects
- Since:
- 2020-05-30
- Author:
- miki
-
Method Summary
Methods inherited from interface com.vaadin.flow.component.ComponentEventListener
onComponentEvent