| java.lang.Object tcl.lang.ImportedCmdData
ImportedCmdData | class ImportedCmdData implements Command,CommandWithDispose(Code) | | Class which is used as the Command implementation inside a WrappedCommand
that has been imported into another namespace. The cmd member of a Wrapped
command will be set to an instance of this class when a command is imported.
From this ImportedCmdData reference, we can find the "real" command from
another namespace.
|
disposeCmd | public void disposeCmd()(Code) | | Called when the command is deleted from the interp.
|
|
|