JavaScript is disabled on your browser.
Skip navigation links
Gaia Sky Javadoc
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
gaiasky.util.concurrent
Interface AbortableRunnable
All Superinterfaces:
Runnable
public interface
AbortableRunnable
extends
Runnable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setAbort
(
AtomicBoolean
abort)
Sets the abort object.
Methods inherited from interface java.lang.
Runnable
run
Method Details
setAbort
void
setAbort
(
AtomicBoolean
abort)
Sets the abort object.
Parameters:
abort
- The abort object.