public static interface Loader.Loadable
Loader
.Modifier and Type | Method and Description |
---|---|
void |
cancelLoad()
Cancels the load.
|
boolean |
isLoadCanceled()
Returns whether the load has been canceled.
|
void |
load()
Performs the load, returning on completion or cancellation.
|
void cancelLoad()
boolean isLoadCanceled()
void load() throws IOException, InterruptedException
IOException
InterruptedException