Package-level declarations

The navigation events.

The navigation events.

Types

Link copied to clipboard
public interface FrameDocumentLoadFinished implements NavigationEvent
public interface FrameDocumentLoadFinished implements NavigationEvent
An event indicating that the document loading in the given frame has been finished.
Link copied to clipboard
public interface FrameLoadFailed implements NavigationEvent
public interface FrameLoadFailed implements NavigationEvent
An event indicating that the content load was failed.
Link copied to clipboard
public interface FrameLoadFinished implements NavigationEvent
public interface FrameLoadFinished implements NavigationEvent
An event indicating that a content loading has been finished in the frame.
Link copied to clipboard
public interface LoadFinished implements NavigationEvent
public interface LoadFinished implements NavigationEvent
An event indicating that the content loading has been finished.
Link copied to clipboard
public interface LoadProgressChanged implements NavigationEvent
public interface LoadProgressChanged implements NavigationEvent
An event indicating that the progress of loading the web page has changed.
Link copied to clipboard
public interface LoadStarted implements NavigationEvent
public interface LoadStarted implements NavigationEvent
An event indicating that the content loading has been started.
Link copied to clipboard
public interface NavigationEvent implements Event
public interface NavigationEvent implements Event
An interface that all navigation events must extend.
Link copied to clipboard
public interface NavigationFinished implements NavigationEvent
public interface NavigationFinished implements NavigationEvent
An event indicating that the navigation has been finished.
Link copied to clipboard
public interface NavigationRedirected implements NavigationEvent
public interface NavigationRedirected implements NavigationEvent
An event indicating that the navigation has encountered a server redirect.
Link copied to clipboard
public interface NavigationStarted implements NavigationEvent
public interface NavigationStarted implements NavigationEvent
An event indicating that the navigation has been started.
Link copied to clipboard
public interface NavigationStopped implements NavigationEvent
public interface NavigationStopped implements NavigationEvent
An event indicating that the navigation has been stopped.