@FunctionalInterface public interface BeforeEnterListener extends BeforeEnterHandler
UI
using
UI.addBeforeEnterListener(BeforeEnterListener).
All listeners added this way will be informed when a new set of components
are going to be attached to the UI.
During this phase there is the possibility to reroute to another navigation
target.
All BeforeEnterListeners will be executed before the BeforeEnterObservers. To
control the order of execution of BeforeEnterListeners, see
ListenerPriority
beforeEnterCopyright © 2025. All rights reserved.