Interface Page.PopStateListener

  • All Superinterfaces:
    java.util.EventListener, java.io.Serializable, SerializableEventListener
    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 SerializableEventListener
    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)