public static final class RequestPermissionCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.browser.internal.rpc.RequestPermission.Response>
RequestPermissionCallback
.Constructor and Description |
---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.browser.internal.rpc.RequestPermission.Response> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
deny()
Notifies the browser that the requested permission should be denied.
|
void |
grant()
Notifies the browser that the requested permission should be granted.
|
isClosed