Uses of Interface
com.vaadin.flow.router.AfterNavigationListener
Packages that use AfterNavigationListener
-
Uses of AfterNavigationListener in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type AfterNavigationListenerModifier and TypeMethodDescriptionUI.addAfterNavigationListener(AfterNavigationListener listener) Add a listener that will be informed when new components have been attached and all navigation tasks have resolved. -
Uses of AfterNavigationListener in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type AfterNavigationListenerModifier and TypeMethodDescriptionUIInternals.addAfterNavigationListener(AfterNavigationListener listener) Add a listener that will be informed when new components have been attached and all navigation tasks have resolved.