Interface CanAccessFileCallback

All Superinterfaces:
Callback, NetworkCallback, NetworkSyncCallback<CanAccessFileCallback.Params,CanAccessFileCallback.Response>, SyncCallback<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.