-
public interface DisposableRepresents the work of an ImageRequest that has been executed by an ImageLoader.
-
-
Method Summary
Modifier and Type Method Description abstract Unitdispose()Cancels this disposable's work and releases any held resources. abstract Deferred<ImageResult>getJob()The most recent image request job. abstract BooleangetIsDisposed()Returns 'true' if this disposable's work is complete or cancelling. -
-
Method Detail
-
getJob
abstract Deferred<ImageResult> getJob()
The most recent image request job. This field is not immutable and can change if the request is replayed.
-
getIsDisposed
abstract Boolean getIsDisposed()
Returns 'true' if this disposable's work is complete or cancelling.
-
-
-
-