We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 the
UI
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 using
Router
instead of loading a new page in the browser.