public class Action
| Constructor and Description |
|---|
Action(double timeoutSeconds,
ITimer timer) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
boolean |
next() |
void |
start() |
boolean |
timedOut() |
void |
update() |
public Action(double timeoutSeconds,
ITimer timer)