public interface TargetCollectionResource
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels loading of the file if it didn't already finish loading
|
String |
getURL() |
boolean |
isLoading() |
void |
load(TargetCollectionResourceLoadingCallback callback)
Starts loading the resource.
|
boolean isLoading()
String getURL()
void load(TargetCollectionResourceLoadingCallback callback)
callback
- Callback object that is notified when the loading succeeds of fails.void cancel()