-
public class Delay
-
-
Method Summary
Modifier and Type Method Description longnext()booleanshouldWait()-
-
Constructor Detail
-
Delay
Delay(long pDuration)
-
Delay
Delay(Array<long> pDurations)
-
-
Method Detail
-
next
long next()
-
shouldWait
boolean shouldWait()
-
-
-
-