java.lang.Object | |
↳ | com.cooliris.media.BaseCancelable<T> |
An abstract class for the interface Cancelable
. Subclass can
simply override the execute()
function to provide an
implementation of Cancelable
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the results of this
Cancelable task. | |||||||||||
Requests the task to be canceled.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Frees the result (which is not null) when the task has been canceled.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the results of this Cancelable
task.
Requests the task to be canceled.
Frees the result (which is not null) when the task has been canceled.