edu.princeton.toy
Class TCorePane.Listener
java.lang.Object
edu.princeton.toy.TCorePane.Listener
- All Implemented Interfaces:
- EventListener, ChangeListener
- Enclosing class:
- TCorePane
protected class TCorePane.Listener
- extends Object
- implements ChangeListener
The Listener of a TCorePane pays attention to the changes in the virtualMachine and updates
the components.
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 |
TCorePane.Listener
protected TCorePane.Listener()
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