Package-level declarations

The navigation callbacks.

The navigation callbacks.

Types

Link copied to clipboard
public interface NavigationCallback implements Callback
public interface NavigationCallback implements Callback
A common interface for all navigation callbacks must extend.
Link copied to clipboard
public interface NavigationSyncCallback<P, R> implements NavigationCallback, SyncCallback<P, R>
public interface NavigationSyncCallback<P, R> implements NavigationCallback, SyncCallback<P, R>
A common interface for all synchronous navigation callbacks must extend.
Link copied to clipboard
public interface ShowHttpErrorPageCallback implements NavigationSyncCallback<P, R>
public interface ShowHttpErrorPageCallback implements NavigationSyncCallback<P, R>
This callback is invoked when the engine is about to display an error web page because the web server sends an empty HTTP response with the HTTP status code that represents an error.
Link copied to clipboard
public interface ShowNetErrorPageCallback implements NavigationSyncCallback<P, R>
public interface ShowNetErrorPageCallback implements NavigationSyncCallback<P, R>
This callback is invoked when the engine is about to display a network error web page because the required web resource cannot be loaded because of a network error.
Link copied to clipboard
public interface StartNavigationCallback implements NavigationSyncCallback<P, R>
public interface StartNavigationCallback implements NavigationSyncCallback<P, R>
This callback is invoked before the engine starts navigation to a resource.