tcl.lang
Interface Command
- All Known Subinterfaces:
- CommandWithDispose
- All Known Implementing Classes:
- ItclExtension, JavaForCmd, JavaImportCmd, JavaTryCmd, NamespaceCmd, Procedure, ReflectObject, TclParser, TclParserExtension, TJC.CompiledCommand, TJCBench, TJCCommandCmd, TJCCompileCmd, TJCPackageCmd, UnsupportedJDetachCallCmd
public interface Command
The Command interface specifies the method that a new Tcl command
must implement. See the createCommand method of the Interp class
to see how to add a new command to an interperter.
cmdProc
void cmdProc(Interp interp,
TclObject[] objv)
throws TclException
- Throws:
TclException