JTimerCommand (1)
public class JTimerCommand implements Command { long startTime = 0; public void cmdProc( Interp interp, TclObject argv[]) throws TclException { ...
- The class implements the tcl.lang.Command interface
- The cmdProc method accepts an array of Tcl objects