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.

@FunctionalInterface public static interface History.HistoryStateChangeHandler extends Serializable

Handles location change events.

See Also:

  • Method Details

    • onHistoryStateChange

      void onHistoryStateChange(History.HistoryStateChangeEvent event)

      Invoked when a history state change event is fired.

      Parameters:

      event - the event