public abstract class AbstractJCSWorkerHelper extends java.lang.Object implements JCSWorkerHelper
Constructor and Description |
---|
AbstractJCSWorkerHelper()
Default
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFinished()
Tells us weather or not the work has been completed.
|
void |
setFinished(boolean isFinished)
Sets weather 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-2013 Apache Software Foundation. All Rights Reserved.