simulator
Class ModifyClientCommand

java.lang.Object
  |
  +--simulator.ClientCommand
        |
        +--simulator.ModifyClientCommand

class ModifyClientCommand
extends ClientCommand

Implements the client modify command that modify a vrml object position


Fields inherited from class simulator.ClientCommand
command, description, name
 
Constructor Summary
ModifyClientCommand()
          Initialize object for MODIFY command
 
Method Summary
 boolean runCommand(java.util.StringTokenizer ST, Connection connection)
          modify a position of one object in the simulator
 
Methods inherited from class simulator.ClientCommand
getDescription, getName, getText
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ModifyClientCommand

public ModifyClientCommand()
Initialize object for MODIFY command
Method Detail

runCommand

public boolean runCommand(java.util.StringTokenizer ST,
                          Connection connection)
modify a position of one object in the simulator
Parameters:
ST - the tokens contain the command parameters
connection - a copy of Connection istance to permit you to use it's variables
Returns:
false becouse we must not exit
Overrides:
runCommand in class ClientCommand