public class RepeatFiringBehavior
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
RepeatFiringBehavior.Task |
| Modifier and Type | Field and Description |
|---|---|
protected static int |
INITIAL_DELAY |
protected int |
initialDelay |
protected static int |
STEP_DELAY |
protected int |
stepDelay |
protected java.util.Timer |
timer |
| Constructor and Description |
|---|
RepeatFiringBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
canceled() |
void |
pressed() |
void |
released() |
void |
resume() |
void |
setRunTask(java.lang.Runnable runTask) |
void |
suspend() |
protected static final int INITIAL_DELAY
protected static final int STEP_DELAY
protected int stepDelay
protected int initialDelay
protected java.util.Timer timer