Interface BrowserNavigationListener


public interface BrowserNavigationListener
An event handler that is invoked whenever the user navigates within the application, i.e. changes the fragment part of the URL. This can happen by pressing the browser's back button, by selecting an item from the browser's history, or by manually changing the fragment part of the URL in the browser's URL bar.
Since:
2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the user navigated within the application.
  • Method Details