Class Page.PopStateEvent

    • Constructor Detail

      • PopStateEvent

        public PopStateEvent​(Page source,
                             String uri)
        Creates a new instance of PopstateEvent.
        Parameters:
        source - the Source of the event.
        uri - the new uri
    • Method Detail

      • getPage

        public Page getPage()
        Gets the page in which the uri has changed.
        Returns:
        the page in which the uri has changed
      • getUri

        public String getUri()
        Get the new URI.
        Returns:
        the new uri