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 SummaryConstructors Constructor Description ScriptStop()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldStop()- 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.dreambot.api.script.schedule.conditions.StopConditionreset
 
- 
 
- 
- 
- 
Method Detail- 
shouldStoppublic boolean shouldStop() - Specified by:
- shouldStopin interface- StopCondition
 
 
- 
 
-