|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DelayedCommand
A DelayedCommand is a specific type of Command that denotes a an execution unit that will be delayed at least X number of milliseconds. The mechanism is not guaranteed to be deterministic.
Method Summary | |
---|---|
long |
getDelayInterval()
Sets the initial delay for the Command. |
Methods inherited from interface org.d_haven.event.command.Command |
---|
execute |
Method Detail |
---|
long getDelayInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |