public interface CanAccessFileCallback extends NetworkSyncCallback<CanAccessFileCallback.Params,CanAccessFileCallback.Response>
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.
Modifier and Type | Interface and Description |
---|---|
static interface |
CanAccessFileCallback.Params
The parameters of the
CanAccessFileCallback . |
static interface |
CanAccessFileCallback.Response
A response for
CanAccessFileCallback . |
on