org.naturalcli.commands
Class SleepCommand

java.lang.Object
  extended by org.naturalcli.Command
      extended by org.naturalcli.commands.SleepCommand

public class SleepCommand
extends Command

Implements a command that waits for some seconds.

Author:
Ferran Busquets
See Also:
SleepCommandExecutor

Constructor Summary
SleepCommand()
           
 
Method Summary
 
Methods inherited from class org.naturalcli.Command
getExecutor, getHelp, getSyntax, isHidden
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SleepCommand

public SleepCommand()