public static final class DefaultCommandManager.DelayedCommandInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DelayedCommand |
m_command
The command we are keeping track of.
|
long |
m_nextRunTime
The next time this command is supposed to execute.
|
int |
m_numExecutions
The number of times the command has been run.
|
boolean |
m_repeatable
Whether this command is a repeating command or not.
|
| Constructor and Description |
|---|
DefaultCommandManager.DelayedCommandInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public DelayedCommand m_command
public long m_nextRunTime
public int m_numExecutions
public boolean m_repeatable