com.koushikdutta.async.future
Interface DependentCancellable

All Superinterfaces:
Cancellable
All Known Subinterfaces:
DependentFuture<T>
All Known Implementing Classes:
Continuation, SimpleCancellable, SimpleFuture, TransformFuture

public interface DependentCancellable
extends Cancellable


Method Summary
 DependentCancellable setParent(Cancellable parent)
           
 
Methods inherited from interface com.koushikdutta.async.future.Cancellable
cancel, isCancelled, isDone
 

Method Detail

setParent

DependentCancellable setParent(Cancellable parent)