simulator
Class DelFileClientCommand

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

class DelFileClientCommand
extends simulator.ClientCommand

Del the group of robot of simulation


Fields inherited from class simulator.ClientCommand
command, description, name
 
Constructor Summary
DelFileClientCommand()
          Initialize object for DELFILE command
 
Method Summary
 boolean runCommand(java.util.StringTokenizer ST, simulator.Connection connection)
           
 
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

DelFileClientCommand

public DelFileClientCommand()
Initialize object for DELFILE command
Method Detail

runCommand

public boolean runCommand(java.util.StringTokenizer ST,
                          simulator.Connection connection)
Overrides:
runCommand in class simulator.ClientCommand