Package gaiasky.util.concurrent
Interface AbortableRunnable
- All Superinterfaces:
Runnable
An interface that can optionally use an
AtomicBoolean
as a signal to abort its execution.-
Method Summary
-
Method Details
-
setAbort
Sets the abort object.- Parameters:
abort
- The abort object.
-