public interface RepeatedCommand extends DelayedCommand
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfRepeats()
If the value is less than 1 (0 or negative), the command repeats
for as long as the DefaultCommandManager is running.
|
long |
getRepeatInterval()
Gets the repeat interval so that the CommandQueue keeps it for
the specified amount of time before enqueuing it again.
|
getDelayIntervalint getNumberOfRepeats()
long getRepeatInterval()