public abstract class AbstractJCSWorkerHelper<V> extends Object implements JCSWorkerHelper<V>
| Constructor and Description |
|---|
AbstractJCSWorkerHelper()
Default
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinished()
Tells us whether or not the work has been completed.
|
void |
setFinished(boolean isFinished)
Sets whether or not the work has been done.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoWorkpublic boolean isFinished()
JCSWorkerHelperisFinished in interface JCSWorkerHelper<V>public void setFinished(boolean isFinished)
JCSWorkerHelpersetFinished in interface JCSWorkerHelper<V>isFinished - Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.