edu.princeton.toy
Class TFrame.Runner

java.lang.Object
  extended by edu.princeton.toy.TFrame.Runner
All Implemented Interfaces:
Runnable
Enclosing class:
TFrame

protected static class TFrame.Runner
extends Object
implements Runnable

Runner is the implementation of Runnable which updates the warnings of all TFrames (if the program had changed since the last syntax check). It is started and stopped by TFrame.setAutoCheck() which is called by TOptionFrame when the user applies changes.


Field Summary
protected  Thread runningThread
           
 
Constructor Summary
protected TFrame.Runner()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runningThread

protected Thread runningThread
Constructor Detail

TFrame.Runner

protected TFrame.Runner()
Method Detail

run

public void run()
Specified by:
run in interface Runnable