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  Cancellabledependency on another ongoing process or
 operation represented byCancellable. | 
cancelvoid setDependency(Cancellable cancellable)
Cancellable dependency on another ongoing process or
 operation represented by Cancellable.boolean isCancelled()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.