Interface CanAccessFileCallback
- All Superinterfaces:
Callback
,NetworkCallback
,NetworkSyncCallback<CanAccessFileCallback.Params,
,CanAccessFileCallback.Response> SyncCallback<CanAccessFileCallback.Params,
CanAccessFileCallback.Response>
public interface CanAccessFileCallback
extends NetworkSyncCallback<CanAccessFileCallback.Params,CanAccessFileCallback.Response>
The callback is invoked when the engine checks if the given file can be accessed or not.
Use the CanAccessFileCallback.Response.can()
method to allow access to the file.
Use the CanAccessFileCallback.Response.cannot()
} method to deny access to the file.
If the callback throws an exception, the CanAccessFileCallback.Response.can()
method will be invoked.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The parameters of theCanAccessFileCallback
.static interface
A response forCanAccessFileCallback
. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on