org.vrspace.server.command
Class help

java.lang.Object
  extended byorg.vrspace.server.command.help
All Implemented Interfaces:
Command

public class help
extends java.lang.Object
implements Command

Sends "(: HELP! HELP! HEEELP!!! :)" to the client:)


Constructor Summary
help()
           
 
Method Summary
 void exec(Request r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

help

public help()
Method Detail

exec

public void exec(Request r)
          throws java.lang.Exception
Specified by:
exec in interface Command
Throws:
java.lang.Exception