public abstract class BaseTask
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
BaseTask()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning()
Indicates if the task is running.
|
void |
setRunning(boolean running)
Indicates if the task is running.
|
Copyright © 2005-2012. All Rights Reserved.