public abstract class BaseTask extends Object implements 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–2016. All rights reserved.