Uses of Class
com.teamdev.jxbrowser.callback.AsyncCallbackAction
Package
Description
This package provides the classes that allow you to work with browser callback.
Contains the common interfaces that all callbacks must extend.
The network service callbacks.
The permission service callbacks.
-
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.browser.callback
Modifier and TypeInterfaceDescriptioninterface
BrowserAsyncCallback<P,
R extends AsyncCallbackAction> A common interface for all asynchronous browser callbacks.Modifier and TypeClassDescriptionstatic final class
An action providing a response to theAlertCallback
.static final class
An action providing a response to theBeforeFormRepostCallback
.static final class
A responder for theBeforeFormRepostCallback
.static final class
An action providing a response to theCertificateErrorCallback
.static final class
An action providing a response to theConfirmCallback
.static final class
An action providing a response to theOpenExternalAppCallback
.static final class
An action providing a response to theOpenFileCallback
.static final class
An action providing a response to theOpenFilesCallback
.static final class
An action providing a response to theOpenFolderCallback
.static final class
An action providing a response to thePrintCallback
.static final class
An action providing a response to thePrintHtmlCallback
.static final class
An action providing a response to thePrintPdfCallback
.static final class
An action providing a response to thePromptCallback
.static final class
An action providing a response to theRequestPdfDocumentPasswordCallback
.static final class
An action providing a response to theSaveAsPdfCallback
.static final class
An action providing a response to theSaveCreditCardCallback
.static final class
An action providing a response to theSaveFileCallback
.static final class
An action providing a response to theSavePasswordCallback
.static final class
An action providing a response to theSaveUserDataProfileCallback
.static final class
An action providing a response to theSelectClientCertificateCallback
.static final class
An action providing a response to theSelectColorCallback
.static final class
An action providing a response to theShowContextMenuCallback
.static final class
An action to take inStartCaptureSessionCallback
.static final class
An action providing a response to theStartDownloadCallback
.static final class
An action providing a response to theStartPresentationCallback
.static final class
An action providing a response to theUpdatePasswordCallback
.static final class
An action providing a response to theSaveUserDataProfileCallback
. -
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.callback
Modifier and TypeInterfaceDescriptioninterface
AsyncCallback<P,
R extends AsyncCallbackAction> A common interface that all asynchronous callbacks must extend. -
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.net.callback
Modifier and TypeInterfaceDescriptioninterface
NetworkAsyncCallback<P,
R extends AsyncCallbackAction> A common interface for all asynchronous network service callbacks must extend.Modifier and TypeClassDescriptionstatic final class
An action providing a response to theAuthenticateCallback
. -
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.permission.callback
Modifier and TypeInterfaceDescriptioninterface
PermissionsAsyncCallback<P,
R extends AsyncCallbackAction> A common interface for all asynchronous permission service callbacks must extend.Modifier and TypeClassDescriptionstatic final class
An action providing a response to theRequestPermissionCallback
.