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()
NavigationEvent
Navigation
instance initiated this event.navigation
in interface NavigationEvent
default Frame frame()
Frame
instance that has been finished loading content.default java.lang.String url()