Command
The java object that a particular Tcl command calls when invoked.
Methods
- int Invoke(
Interp interp,
Value args[]) - called when the tcl command is encountered.
-
interp - the interpreter in which this command is registered.
-
args - the arguments given to this command.
- Returns - the integer
result code.
- Deleted(
Interp interp) - called when the tcl command is deleted in the tcl interpreter.