Package com.vaadin.flow.router
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 postponedBeforeEnterEvent.- Since:
- 1.0.
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidproceed()Resumes the page transition associated with the postponed event.voidsetReferences(NavigationHandler handler, NavigationEvent event)Sets the navigationhandlerand the navigationeventfor this action.
-
-
-
Method Detail
-
setReferences
public void setReferences(NavigationHandler handler, NavigationEvent event)
Sets the navigationhandlerand the navigationeventfor this action.- Parameters:
handler- the navigation handlerevent- the navigation event
-
proceed
public void proceed()
Resumes the page transition associated with the postponed event.
-
-