Interface StopCondition
-
- All Known Implementing Classes:
RunningTime
,ScriptStop
,SkillBased
public interface StopCondition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
reset()
boolean
shouldStop()
-