public interface LoadResourceCallback extends NetworkSyncCallback<LoadResourceCallback.Params,LoadResourceCallback.Response>
Use the LoadResourceCallback.Response.load()
method to allow loading the resource.
Use the LoadResourceCallback.Response.cancel()
method to disallow loading the resource.
If the callback throws an exception, the LoadResourceCallback.Response.load()
method will be invoked.
Modifier and Type | Interface and Description |
---|---|
static interface |
LoadResourceCallback.Params
The parameters of the
LoadResourceCallback . |
static interface |
LoadResourceCallback.Response
A response for
LoadResourceCallback . |
on