org.vrspace.server.command
Class reload

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

public class reload
extends java.lang.Object
implements Command

Clears the scene and loads again. This does not reload permanent transforms.

See Also:
Scene

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

Constructor Detail

reload

public reload()
Method Detail

exec

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