JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.inductiveautomation.perspective.gateway.threading
Interface BlockingCancelableTask<T>
All Superinterfaces:
Callable
<T>
public interface
BlockingCancelableTask<T>
extends
Callable
<T>
Extension of Callable that supports being canceled.
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default void
cancel
()
Methods inherited from interface java.util.concurrent.
Callable
call
Method Details
cancel
default
void
cancel
()