org.naturalcli.commands
Class SleepCommandExecutor

java.lang.Object
  extended by org.naturalcli.commands.SleepCommandExecutor
All Implemented Interfaces:
ICommandExecutor

public class SleepCommandExecutor
extends java.lang.Object
implements ICommandExecutor

Executor for SleepCommand

Author:
Ferran Busquets
See Also:
SleepCommandExecutor

Constructor Summary
SleepCommandExecutor()
           
 
Method Summary
 void execute(ParseResult parseResult)
          Execute the command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SleepCommandExecutor

public SleepCommandExecutor()
Method Detail

execute

public void execute(ParseResult parseResult)
Description copied from interface: ICommandExecutor
Execute the command.

Specified by:
execute in interface ICommandExecutor
Parameters:
parseResult - the parse data for the command.