You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.router.

Interface AfterNavigationObserver

All Superinterfaces:

AfterNavigationHandler, Serializable

All Known Implementing Classes:

RouterLink

Functional Interface:

This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AfterNavigationObserver extends AfterNavigationHandler

Any attached component implementing this interface will receive an event after all navigation tasks have resolved.

Since:

1.0

Author:

Vaadin Ltd