Package com.vaadin.flow.component.page
Interface History.HistoryStateChangeHandler
- All Superinterfaces:
Serializable
- Enclosing class:
- History
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handles location change events.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a history state change event is fired.
-
Method Details
-
onHistoryStateChange
Invoked when a history state change event is fired.- Parameters:
event
- the event
-