Uses of Interface
com.vaadin.flow.router.internal.AfterNavigationHandler
-
Packages that use AfterNavigationHandler Package Description com.vaadin.flow.router -
-
Uses of AfterNavigationHandler in com.vaadin.flow.router
Subinterfaces of AfterNavigationHandler in com.vaadin.flow.router Modifier and Type Interface Description interfaceAfterNavigationListenerA listener that may be added to theUIusingUI.addAfterNavigationListener(AfterNavigationListener).interfaceAfterNavigationObserverAny attached component implementing this interface will receive an event after all navigation tasks have resolved.Classes in com.vaadin.flow.router that implement AfterNavigationHandler Modifier and Type Class Description classRouterLinkA link that handles navigation internally usingRouterinstead of loading a new page in the browser.
-