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 TypeMethodDescriptionvoid
RoutesChangedListener.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 void
AbstractRouteRegistry.fireEvent
(RoutesChangedEvent routeChangedEvent) Fire routes changed event to all registered listeners.