Package com.teamdev.jxbrowser.permission.callback
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.permission.callback
The permission service callbacks.
-
ClassDescriptionPermissionsAsyncCallback<P,
R extends AsyncCallbackAction> A common interface for all asynchronous permission service callbacks must extend.A common interface for all permission service callbacks must extend.This callback is invoked when a web page requests a permission, for example to enable geolocation or notifications.An action providing a response to theRequestPermissionCallback
.The parameters of theRequestPermissionCallback
.