Interface HistoryListener

All Superinterfaces:
EventListener

@Deprecated public interface HistoryListener extends EventListener
Implement this interface to receive notification of changes to the browser history state. It is used with History.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHistoryChanged(String historyToken)
    Deprecated.
  • Method Details

    • onHistoryChanged

      @Deprecated void onHistoryChanged(String historyToken)
      Deprecated.
      Fired when the user clicks the browser's 'back' or 'forward' buttons.
      Parameters:
      historyToken - the token representing the current history state