Class BeforeLeaveEvent.ContinueNavigationAction

java.lang.Object
com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
All Implemented Interfaces:
Serializable
Enclosing class:
BeforeLeaveEvent

public class BeforeLeaveEvent.ContinueNavigationAction extends Object implements Serializable
The action to resume a postponed BeforeEnterEvent.
Since:
1.0.
Author:
Vaadin Ltd
See Also:
  • Method Details

    • 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.