mennov1.commands
Class Time

java.lang.Object
  extended by mennov1.commands.Command
      extended by mennov1.commands.Time

public class Time
extends Command

Author:
Jetze Baumfalk Very simple command that shows the current time.

Constructor Summary
Time()
           
 
Method Summary
 java.lang.String execute(java.lang.String[] args)
           
 java.lang.String helpMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Time

public Time()
Method Detail

execute

public java.lang.String execute(java.lang.String[] args)
Specified by:
execute in class Command

helpMsg

public java.lang.String helpMsg()
Specified by:
helpMsg in class Command