Class BreakEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      BreakEvent​(org.dreambot.core.breaks.impl.AbstractBreak absBreak)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(java.util.EventListener eventListener)  
      long getTimeLeftInMS()  
      boolean isAfk()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BreakEvent

        public BreakEvent​(org.dreambot.core.breaks.impl.AbstractBreak absBreak)
    • Method Detail

      • dispatch

        public void dispatch​(java.util.EventListener eventListener)
        Specified by:
        dispatch in class ScriptEvent
      • isAfk

        public boolean isAfk()
      • getTimeLeftInMS

        public long getTimeLeftInMS()