Uses of Class
com.vaadin.flow.router.RoutesChangedEvent
-
Packages that use RoutesChangedEvent Package Description com.vaadin.flow.router com.vaadin.flow.router.internal -
-
Uses of RoutesChangedEvent in com.vaadin.flow.router
Methods in com.vaadin.flow.router with parameters of type RoutesChangedEvent Modifier and Type Method Description voidRoutesChangedListener. 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 RoutesChangedEvent Modifier and Type Method Description protected voidAbstractRouteRegistry. fireEvent(RoutesChangedEvent routeChangedEvent)Fire routes changed event to all registered listeners.
-