|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.d_haven.event.command.DefaultCommandManager.DelayedCommandInfo
public static final class DefaultCommandManager.DelayedCommandInfo
This class encapsulates the information needed to keep track of our progress executing delayed and repeated commands.
Field Summary | |
---|---|
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 Summary | |
---|---|
DefaultCommandManager.DelayedCommandInfo()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public DelayedCommand m_command
public long m_nextRunTime
public int m_numExecutions
public boolean m_repeatable
Constructor Detail |
---|
public DefaultCommandManager.DelayedCommandInfo()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |