Class ScriptStop
- java.lang.Object
 - 
- org.dreambot.api.script.schedule.conditions.ScriptStop
 
 
- 
- All Implemented Interfaces:
 StopCondition
public class ScriptStop extends java.lang.Object implements StopCondition
 
- 
- 
Constructor Summary
Constructors Constructor Description ScriptStop() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldStop()- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.dreambot.api.script.schedule.conditions.StopCondition
reset 
 - 
 
 - 
 
- 
- 
Method Detail
- 
shouldStop
public boolean shouldStop()
- Specified by:
 shouldStopin interfaceStopCondition
 
 - 
 
 -