Uses of Interface
com.vaadin.flow.router.internal.AfterNavigationHandler
Packages that use AfterNavigationHandler
-
Uses of AfterNavigationHandler in com.vaadin.flow.router
Subinterfaces of AfterNavigationHandler in com.vaadin.flow.routerModifier and TypeInterfaceDescriptioninterface
A listener that may be added to theUI
usingUI.addAfterNavigationListener(AfterNavigationListener)
.interface
Any attached component implementing this interface will receive an event after all navigation tasks have resolved.Classes in com.vaadin.flow.router that implement AfterNavigationHandlerModifier and TypeClassDescriptionclass
A link that handles navigation internally usingRouter
instead of loading a new page in the browser.