Class BrowserNavigationEvent

java.lang.Object
java.util.EventObject
org.eclipse.rap.rwt.client.service.BrowserNavigationEvent
All Implemented Interfaces:
Serializable

public class BrowserNavigationEvent extends EventObject
Instances of this class provide information about a browser navigation event.
Since:
2.0
See Also:
  • Constructor Details

    • BrowserNavigationEvent

      public BrowserNavigationEvent(Object source, String state)
  • Method Details

    • getState

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