@ThreadSafe public final class StepCountStopCondition extends java.lang.Object implements StopCondition
Modifier and Type | Field and Description |
---|---|
private int |
desiredStepCount |
private static org.slf4j.Logger |
logger |
Constructor and Description |
---|
StepCountStopCondition(int desiredStepCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
isReached(Manager manager) |
java.lang.String |
toString() |
private static final org.slf4j.Logger logger
private final int desiredStepCount
public boolean isReached(Manager manager)
isReached
in interface StopCondition
public java.lang.String toString()
toString
in class java.lang.Object