public interface CancellableDependency extends Cancellable
Cancellable
object dependent on another
ongoing process or operation.Modifier and Type | Method and Description |
---|---|
boolean |
isCancelled()
Determines whether the process or operation has been cancelled.
|
void |
setDependency(Cancellable cancellable)
Sets
Cancellable dependency on another ongoing process or
operation represented by Cancellable . |
cancel
boolean isCancelled()
void setDependency(Cancellable cancellable)
Cancellable
dependency on another ongoing process or
operation represented by Cancellable
.