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 java.io.IOException,
java.lang.InterruptedException
java.io.IOException - If the input could not be loaded.java.lang.InterruptedException - If the thread was interrupted.