Interface CallableWithAbort<T>

All Superinterfaces:
Callable<T>
All Known Implementing Classes:
CallableWithAbortFactory.CallableWithAbortImpl

public interface CallableWithAbort<T> extends Callable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface java.util.concurrent.Callable

    call
  • Method Details

    • abort

      void abort()