Package-level declarations

This package provides the classes that allow you to work with browser callback.

This package provides the classes that allow you to work with browser callback.

Types

Link copied to clipboard
public interface AlertCallback implements BrowserAsyncCallback<P, R>
public interface AlertCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when JavaScript alert dialog should be displayed.
Link copied to clipboard
public interface BeforeFormRepostCallback implements BrowserAsyncCallback<P, R>
public interface BeforeFormRepostCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.
Link copied to clipboard
public interface BeforeUnloadCallback implements BrowserAsyncCallback<P, R>
public interface BeforeUnloadCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the web page is about to be unloaded.
Link copied to clipboard
public interface BrowserAsyncCallback<P, R extends AsyncCallbackAction> implements BrowserCallback, AsyncCallback<P, R>
public interface BrowserAsyncCallback<P, R extends AsyncCallbackAction> implements BrowserCallback, AsyncCallback<P, R>
A common interface for all asynchronous browser callbacks.
Link copied to clipboard
public interface BrowserCallback implements Callback
public interface BrowserCallback implements Callback
An interface that all browser callbacks must extend.
Link copied to clipboard
public interface BrowserSyncCallback<P, R> implements BrowserCallback, SyncCallback<P, R>
public interface BrowserSyncCallback<P, R> implements BrowserCallback, SyncCallback<P, R>
A common interface that all synchronous browser callbacks must extend.
Link copied to clipboard
public interface CertificateErrorCallback implements BrowserAsyncCallback<P, R>
public interface CertificateErrorCallback implements BrowserAsyncCallback<P, R>
The callback is invoked when an SSL certificate error occurs during loading a web page.
Link copied to clipboard
public interface ConfirmCallback implements BrowserAsyncCallback<P, R>
public interface ConfirmCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when JavaScript confirmation dialog should be displayed.
Link copied to clipboard
public interface CreatePopupCallback implements BrowserSyncCallback<P, R>
public interface CreatePopupCallback implements BrowserSyncCallback<P, R>
This callback is invoked when browser decides whether a new popup instance can be created or not.
Link copied to clipboard
public interface InjectCssCallback implements BrowserSyncCallback<P, R>
public interface InjectCssCallback implements BrowserSyncCallback<P, R>
This callback is invoked when the document element has been created and a custom style sheet can be injected into the document.
Link copied to clipboard
public interface InjectJsCallback implements BrowserSyncCallback<P, R>
public interface InjectJsCallback implements BrowserSyncCallback<P, R>
This callback is invoked when the document element has been created and a custom JavaScript can be injected into the document.
Link copied to clipboard
This callback is invoked when an extension wants to open an extension action popup.
Link copied to clipboard
public interface OpenExternalAppCallback implements BrowserAsyncCallback<P, R>
public interface OpenExternalAppCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the currently loaded web page wants to open a link in the associated external application.
Link copied to clipboard
public interface OpenFileCallback implements BrowserAsyncCallback<P, R>
public interface OpenFileCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the browser requests to display a file chooser dialog to open a file.
Link copied to clipboard
public interface OpenFilesCallback implements BrowserAsyncCallback<P, R>
public interface OpenFilesCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the browser requests to display a file chooser dialog to open several files.
Link copied to clipboard
public interface OpenFolderCallback implements BrowserAsyncCallback<P, R>
public interface OpenFolderCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the browser requests to display a file chooser dialog to open a folder.
Link copied to clipboard
public interface OpenPopupCallback implements BrowserSyncCallback<P, R>
public interface OpenPopupCallback implements BrowserSyncCallback<P, R>
This callback is invoked when a new popup browser instance should be opened.
Link copied to clipboard
public interface PrintCallback implements BrowserAsyncCallback<P, R>
public interface PrintCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the printing is about to start.
Link copied to clipboard
public interface PrintHtmlCallback implements BrowserAsyncCallback<P, R>
public interface PrintHtmlCallback implements BrowserAsyncCallback<P, R>
This callback allows you to configure the print settings when printing HTML content.
Link copied to clipboard
public interface PrintPdfCallback implements BrowserAsyncCallback<P, R>
public interface PrintPdfCallback implements BrowserAsyncCallback<P, R>
This callback allows you to configure the print settings when printing PDF content.
Link copied to clipboard
public interface PromptCallback implements BrowserAsyncCallback<P, R>
public interface PromptCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when JavaScript dialog prompting the user to input some text should be displayed.
Link copied to clipboard
The callback is invoked when the frame requests the password for an encrypted PDF document.
Link copied to clipboard
public interface SaveAsPdfCallback implements BrowserAsyncCallback<P, R>
public interface SaveAsPdfCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF.
Link copied to clipboard
public interface SaveCreditCardCallback implements BrowserAsyncCallback<P, R>
public interface SaveCreditCardCallback implements BrowserAsyncCallback<P, R>
A callback that is invoked when the user is prompted to save a credit card to the credit card store.
Link copied to clipboard
public interface SaveFileCallback implements BrowserAsyncCallback<P, R>
public interface SaveFileCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the browser requests to display a file chooser dialog to save a file.
Link copied to clipboard
public interface SavePasswordCallback implements BrowserAsyncCallback<P, R>
public interface SavePasswordCallback implements BrowserAsyncCallback<P, R>
A callback that is invoked when the user is prompted to save the credentials in the password store.
Link copied to clipboard
public interface SaveUserDataProfileCallback implements BrowserAsyncCallback<P, R>
public interface SaveUserDataProfileCallback implements BrowserAsyncCallback<P, R>
A callback that is invoked when the user is prompted to save the user data profile to the user data store.
Link copied to clipboard
This callback is invoked when the web server requires authorization via SSL client certificate.
Link copied to clipboard
public interface SelectColorCallback implements BrowserAsyncCallback<P, R>
public interface SelectColorCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the user clicks an <input type='color'> HTML5 element.
Link copied to clipboard
public interface ShowContextMenuCallback implements BrowserAsyncCallback<P, R>
public interface ShowContextMenuCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when the browser attempts to display a context menu, for example, when the user right-clicks on a misspelled word on the web page.
Link copied to clipboard
public interface StartCaptureSessionCallback implements BrowserAsyncCallback<P, R>
public interface StartCaptureSessionCallback implements BrowserAsyncCallback<P, R>
This callback is invoked when a web page requests permission to start a capture session.
Link copied to clipboard
public interface StartDownloadCallback implements BrowserAsyncCallback<P, R>
public interface StartDownloadCallback implements BrowserAsyncCallback<P, R>
The callback that is invoked when the browser is about to start downloading a file.
Link copied to clipboard
public interface StartPresentationCallback implements BrowserAsyncCallback<P, R>
public interface StartPresentationCallback implements BrowserAsyncCallback<P, R>
A callback that is invoked when a presentation has been requested via the JavaScript Presentation API.
Link copied to clipboard
public interface UpdatePasswordCallback implements BrowserAsyncCallback<P, R>
public interface UpdatePasswordCallback implements BrowserAsyncCallback<P, R>
A callback that is invoked when the user is prompted to update the password in the password store.
Link copied to clipboard
A callback that is invoked when the user is prompted to update the user data profile in the user data store.