public interface FrameLoadFinished extends NavigationEvent
| Modifier and Type | Method and Description |
|---|---|
default Frame |
frame()
Returns the
Frame instance that has been finished loading content. |
default Navigation |
navigation()
Returns the
Navigation instance initiated this event. |
default java.lang.String |
url()
Returns a string that represents the URL of the resource which content has been loaded.
|
default Navigation navigation()
NavigationEventNavigation instance initiated this event.navigation in interface NavigationEventdefault Frame frame()
Frame instance that has been finished loading content.default java.lang.String url()