public class FixedDelay extends java.lang.Object implements DelayStrategy
DelayStrategy
that implements a simple fixed delay.Constructor and Description |
---|
FixedDelay(int delay)
Initialize a new
FixedDelay with fixed delay value given by delay
parameter. |
FixedDelay(long initialDelay,
long subsequentDelay)
Initialize a new
FixedDelay with a given initialDelay and
subsequentDelay . |
Modifier and Type | Method and Description |
---|---|
long |
nextDelay()
The value computed by this
DelayStrategy for the next delay. |
public FixedDelay(long initialDelay, long subsequentDelay)
FixedDelay
with a given initialDelay
and
subsequentDelay
.initialDelay
- value for the initial delaysubsequentDelay
- value for all other delayspublic FixedDelay(int delay)
FixedDelay
with fixed delay value given by delay
parameter.delay
- value for all delayspublic long nextDelay()
DelayStrategy
for the next delay.nextDelay
in interface DelayStrategy
Copyright © 2010 - 2020 Adobe. All Rights Reserved