Package 

Class Delay

    • Constructor Summary

      Constructors 
      Constructor Description
      Delay(long pDuration)
      Delay(Array<long> pDurations)
    • Method Summary

      Modifier and Type Method Description
      long next()
      boolean shouldWait()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Delay

        Delay(long pDuration)
      • Delay

        Delay(Array<long> pDurations)