public class PauseCommand extends Object implements Runnable, WorkerAware, Serializable
| Constructor and Description |
|---|
PauseCommand(boolean pause)
Constructor.
|
public PauseCommand(boolean pause)
pause - true if the worker should pause, false if it should runpublic void setWorker(Worker worker)
setWorker in interface WorkerAwareworker - the Worker executing the jobCopyright © 2011-2015. All Rights Reserved.