Uses of Class
com.vaadin.flow.router.RoutesChangedEvent
Packages that use RoutesChangedEvent
-
Uses of RoutesChangedEvent in com.vaadin.flow.router
Methods in com.vaadin.flow.router with parameters of type RoutesChangedEventModifier and TypeMethodDescriptionvoidRoutesChangedListener.routesChanged(RoutesChangedEvent event) Invoked when this listener receives a route change event from a RouteRegistry. -
Uses of RoutesChangedEvent in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type RoutesChangedEventModifier and TypeMethodDescriptionprotected voidAbstractRouteRegistry.fireEvent(RoutesChangedEvent routeChangedEvent) Fire routes changed event to all registered listeners.