Class BrowserNavigationEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      BrowserNavigationEvent​(java.lang.Object source, java.lang.String state)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getState()
      Return the browser history state to which the user navigated.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BrowserNavigationEvent

        public BrowserNavigationEvent​(java.lang.Object source,
                                      java.lang.String state)
    • Method Detail

      • getState

        public java.lang.String getState()
        Return the browser history state to which the user navigated.
        Returns:
        the browser history state