Uses of Interface
com.vaadin.flow.dom.CustomEventListener
Packages that use CustomEventListener
-
Uses of CustomEventListener in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type CustomEventListenerModifier and TypeMethodDescriptionElement.addEventListener(String eventType, Class<T> detailType, CustomEventListener<T> listener) Adds an event listener for the given event type of custom event.