Interface InterruptibleCallable<T>
-
- All Superinterfaces:
java.util.concurrent.Callable<T>
- All Known Implementing Classes:
ConnectorExecutorImpl.ExecuteConnectorCallable
public interface InterruptibleCallable<T> extends java.util.concurrent.Callable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinterrupt()booleanisCompleted()
-