public static interface RnaFileIO.AsyncTask<TResult>
Modifier and Type | Method and Description |
---|---|
default boolean |
canCancel() |
default void |
cancel() |
java.lang.Exception |
getError() |
int |
getProgress() |
TResult |
getResult() |
java.lang.String |
getStatus() |
java.lang.Object |
getTag() |
default boolean |
hadError() |
default boolean |
isCanceled() |
boolean |
isDone() |
default boolean canCancel()
default void cancel()
java.lang.Exception getError()
int getProgress()
TResult getResult()
java.lang.String getStatus()
java.lang.Object getTag()
default boolean hadError()
default boolean isCanceled()
boolean isDone()