- java.lang.Object
-
- ch.qos.logback.core.testUtil.RunnableWithCounterAndDone
-
- All Implemented Interfaces:
Runnable
public abstract class RunnableWithCounterAndDone extends Object implements Runnable
A runnable with 'done' and 'counter' fields.- Author:
- ceki
-
-
Constructor Summary
Constructors Constructor Description RunnableWithCounterAndDone()
-
-
-
Constructor Detail
-
RunnableWithCounterAndDone
public RunnableWithCounterAndDone()
-
-
Method Detail
-
getCounter
public long getCounter()
-
setDone
public void setDone(boolean done)
-
isDone
public boolean isDone()
-
-