com.vaadin.server.

Interface Page.PopStateListener

  • All Superinterfaces:

    Serializable

    Enclosing class:

    Page

    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 Page.PopStateListener
    extends Serializable

    Listener that that gets notified when the URI of the page changes due to back/forward functionality of the browser.

    Since:

    8.0

    See Also:

    Page.addPopStateListener(PopStateListener)

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      void uriChanged(Page.PopStateEvent event)

      Event handler method invoked when the URI fragment of the page changes.