Interface Terminable

All Superinterfaces:
Abortable, Cancelable
All Known Implementing Classes:
DelayFuture, FailedFuture, FutureWork, ParallelFuture, SequencedFuture

public interface Terminable extends Cancelable, Abortable
Interface for objects that are both Cancelable and Abortable. This matches the semantics of FutureWork where cancel and abort rollup to a terminate event.
Since:
1
Version:
1
  • Method Summary

    Methods inherited from interface com.kosdev.kos.commons.util.Abortable

    abort

    Methods inherited from interface com.kosdev.kos.commons.util.Cancelable

    cancel