Uses of Class
com.teamdev.jxbrowser.callback.AsyncCallbackAction
Packages that use 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.
This package provides the classes that allow you to work with extension callbacks.
The network service callbacks.
The permission service callbacks.
-
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.browser.callback
Classes in com.teamdev.jxbrowser.browser.callback with type parameters of type AsyncCallbackActionModifier and TypeInterfaceDescriptioninterfaceBrowserAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous browser callbacks.Subclasses of AsyncCallbackAction in com.teamdev.jxbrowser.browser.callbackModifier and TypeClassDescriptionstatic final classAn action providing a response to theAlertCallback.static final classAn action providing a response to theBeforeFormRepostCallback.static final classA responder for theBeforeFormRepostCallback.static final classAn action providing a response to theCertificateErrorCallback.static final classAn action providing a response to theConfirmCallback.static final classAn action providing a response to theOpenExtensionActionPopupCallback.static final classAn action providing a response to theOpenExternalAppCallback.static final classAn action providing a response to theOpenFileCallback.static final classAn action providing a response to theOpenFilesCallback.static final classAn action providing a response to theOpenFolderCallback.static final classAn action providing a response to thePrintCallback.static final classAn action providing a response to thePrintHtmlCallback.static final classAn action providing a response to thePrintPdfCallback.static final classAn action providing a response to thePromptCallback.static final classAn action providing a response to theRequestPdfDocumentPasswordCallback.static final classAn action providing a response to theSaveAsPdfCallback.static final classAn action providing a response to theSaveCreditCardCallback.static final classAn action providing a response to theSaveFileCallback.static final classAn action providing a response to theSavePasswordCallback.static final classAn action providing a response to theSaveUserDataProfileCallback.static final classAn action providing a response to theSelectClientCertificateCallback.static final classAn action providing a response to theSelectColorCallback.static final classAn action providing a response to theShowContextMenuCallback.static final classAn action to take inStartCaptureSessionCallback.static final classAn action providing a response to theStartDownloadCallback.static final classAn action providing a response to theStartPresentationCallback.static final classAn action providing a response to theUpdatePasswordCallback.static final classAn action providing a response to theSaveUserDataProfileCallback. -
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.callback
Classes in com.teamdev.jxbrowser.callback with type parameters of type AsyncCallbackActionModifier and TypeInterfaceDescriptioninterfaceAsyncCallback<P,R extends AsyncCallbackAction> A common interface that all asynchronous callbacks must extend. -
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.extensions.callback
Subclasses of AsyncCallbackAction in com.teamdev.jxbrowser.extensions.callbackModifier and TypeClassDescriptionstatic final classAn action providing a response to theInstallExtensionCallback.static final classAn action providing a response to theOpenExtensionPopupCallback.static final classAn action providing a response to theUninstallExtensionCallback. -
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.net.callback
Classes in com.teamdev.jxbrowser.net.callback with type parameters of type AsyncCallbackActionModifier and TypeInterfaceDescriptioninterfaceNetworkAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous network service callbacks must extend.Subclasses of AsyncCallbackAction in com.teamdev.jxbrowser.net.callbackModifier and TypeClassDescriptionstatic final classAn action providing a response to theAuthenticateCallback. -
Uses of AsyncCallbackAction in com.teamdev.jxbrowser.permission.callback
Classes in com.teamdev.jxbrowser.permission.callback with type parameters of type AsyncCallbackActionModifier and TypeInterfaceDescriptioninterfacePermissionsAsyncCallback<P,R extends AsyncCallbackAction> A common interface for all asynchronous permission service callbacks must extend.Subclasses of AsyncCallbackAction in com.teamdev.jxbrowser.permission.callbackModifier and TypeClassDescriptionstatic final classAn action providing a response to theRequestPermissionCallback.