Interface LoadProgressChanged
- All Superinterfaces:
Event,NavigationEvent
An event indicating that the progress of loading the web page has changed.
- Since:
- 7.19
-
Method Summary
Modifier and TypeMethodDescriptiondefault NavigationReturns theNavigationinstance initiated this event.default doubleprogress()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.