@FunctionalInterface public static interface RunnableFactory.RunningCondition
RunnableFactory.create(RunningCondition) telling the runnable when
to stop.| Modifier and Type | Method and Description |
|---|---|
boolean |
keepRunning()
Returns true if the runnable should continue its work and false if it should abort and return from te
run() method. |
boolean keepRunning()
run() method.