| java.lang.Object tcl.lang.FlushCmd
FlushCmd | class FlushCmd implements Command(Code) | | This class implements the built-in "flush" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "flush" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "flush" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. |
|
|