edu.princeton.toy
Class TSimStdout2Pane.Listener

java.lang.Object
  extended by edu.princeton.toy.TSimStdout2Pane.Listener
All Implemented Interfaces:
EventListener, ChangeListener
Enclosing class:
TSimStdout2Pane

protected class TSimStdout2Pane.Listener
extends Object
implements ChangeListener

The Listener of a TBaseConverterPane pays attention to the changes in the PTextFields, and fires off changes to the other PTextFields.


Constructor Summary
protected TSimStdout2Pane.Listener()
           
 
Method Summary
 void stateChanged(ChangeEvent e)
          Implement ChangeListener to update the list whenever the virtual machine's state changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSimStdout2Pane.Listener

protected TSimStdout2Pane.Listener()
Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Implement ChangeListener to update the list whenever the virtual machine's state changes.

Specified by:
stateChanged in interface ChangeListener