edu.princeton.toy
protected class TStdinPane.Runner extends java.lang.Object implements java.lang.Runnable
Modifier | Constructor and Description |
---|---|
protected |
TStdinPane.Runner()
Creates a new Runner.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Implement runnable to blink the inputField.
|
protected void |
start()
Starts the blink thread if it hasn't started, or tells it to keep on going if it has.
|
protected void |
stop()
Stops the blink thread at the next available opportunity, does nothing if the thread
hasn't started.
|
protected void start()
protected void stop()
public void run()
run
in interface java.lang.Runnable