@FunctionalInterface public interface ContentChangeNotifier
ContentChangeEvents.| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
addContentChangeListener(ContentChangeListener listener)
Adds a listener to be notified whenever
ContentChangeEvent happens. |
com.vaadin.flow.shared.Registration addContentChangeListener(ContentChangeListener listener)
ContentChangeEvent happens.listener - Listener to add.Registration that can be used to stop listening to events.Copyright © 2024 Miki. All rights reserved.