com.vaadin.flow.router.

Class BeforeLeaveEvent.ContinueNavigationAction

  • java.lang.Object
    • com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
    • Method Detail

      • setReferences

        public void setReferences(NavigationHandler handler,
                                  NavigationEvent event)

        Sets the navigation handler and the navigation event for this action.

        Parameters:

        handler - the navigation handler

        event - the navigation event

      • proceed

        public void proceed()

        Resumes the page transition associated with the postponed event.