edu.princeton.toy
Class TFrame.Runner
java.lang.Object
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runningThread
protected Thread runningThread
TFrame.Runner
protected TFrame.Runner()
run
public void run()
- Specified by:
run
in interface Runnable