Interface CancellableDependency

    • Method Detail

      • setDependency

        void setDependency​(Cancellable cancellable)
        Sets Cancellable dependency on another ongoing process or operation represented by Cancellable.
        Parameters:
        cancellable - another ongoing process or operation.
      • isCancelled

        boolean isCancelled()
        Determines whether the process or operation has been cancelled.
        Returns:
        cancelled flag.