tcl.lang
Class Procedure

java.lang.Object
  extended by tcl.lang.Procedure
All Implemented Interfaces:
Command, CommandWithDispose

public class Procedure
extends java.lang.Object
implements Command, CommandWithDispose

This class implements the body of a Tcl procedure.


Method Summary
 void cmdProc(Interp interp, TclObject[] argv)
           
 void disposeCmd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cmdProc

public void cmdProc(Interp interp,
                    TclObject[] argv)
             throws TclException
Specified by:
cmdProc in interface Command
Throws:
TclException

disposeCmd

public void disposeCmd()
Specified by:
disposeCmd in interface CommandWithDispose