public abstract class AbstractJCSWorkerHelper extends Object implements JCSWorkerHelper
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, wait
doWork
public boolean isFinished()
JCSWorkerHelper
isFinished
in interface JCSWorkerHelper
public void setFinished(boolean isFinished)
JCSWorkerHelper
setFinished
in interface JCSWorkerHelper
isFinished
- Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.