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 TypeInterfaceDescriptioninterfaceA listener that may be added to theUIusingUI.addAfterNavigationListener(AfterNavigationListener).interfaceAny 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 TypeClassDescriptionclassA link that handles navigation internally usingRouterinstead of loading a new page in the browser.