Interface AfterNavigationListener

All Superinterfaces:
AfterNavigationHandler, Serializable
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 AfterNavigationListener extends AfterNavigationHandler
A listener that may be added to the UI using UI.addAfterNavigationListener(AfterNavigationListener).

All listeners added this way will be informed when new components have been attached to the UI and all navigation tasks have resolved. All AfterNavigationListeners will be executed before the AfterNavigationObservers. To control the order of execution of AfterNavigationListeners, see ListenerPriority

Since:
1.0