public abstract class BaseProcessingUnit.LoopWorker extends Object implements Runnable
| Modifier | Constructor and Description |
|---|---|
protected |
LoopWorker(Processable processable) |
| Modifier and Type | Method and Description |
|---|---|
Processable |
getProcessable() |
void |
run() |
abstract boolean |
runIteration() |
abstract boolean |
shouldContinueLoop() |
protected LoopWorker(Processable processable)
public Processable getProcessable()
public abstract boolean runIteration()
throws InterruptedException
InterruptedExceptionpublic abstract boolean shouldContinueLoop()
Copyright © 2016–2020 Softelnet. All rights reserved.