Interface LoadProgressChanged

All Superinterfaces:
Event, NavigationEvent

public interface LoadProgressChanged extends NavigationEvent
An event indicating that the progress of loading the web page has changed.
Since:
7.19
  • Method Summary

    Modifier and Type
    Method
    Description
    default Navigation
    Returns the Navigation instance initiated this event.
    default double
    Returns a value between 0 and 1 indicating the loading progress of the web page.
  • Method Details

    • progress

      default double progress()
      Returns a value between 0 and 1 indicating the loading progress of the web page.