public interface LoadProgressChanged extends NavigationEvent
| Modifier and Type | Method and Description |
|---|---|
default Navigation |
navigation()
Returns the
Navigation instance initiated this event. |
default double |
progress()
Returns a value between 0 and 1 indicating the loading progress of the web page.
|
default Navigation navigation()
NavigationEventNavigation instance initiated this event.navigation in interface NavigationEventdefault double progress()