tcl.lang
Class TJCPackageCmd

java.lang.Object
  extended by tcl.lang.TJCPackageCmd
All Implemented Interfaces:
Command

public class TJCPackageCmd
extends java.lang.Object
implements Command


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

Constructor Detail

TJCPackageCmd

public TJCPackageCmd()
Method Detail

cmdProc

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