|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.toy.TSimMachinePane.Listener
protected class TSimMachinePane.Listener
The Listener of a TBaseConverterPane pays attention to the changes in the PTextFields, and fires off changes to the other PTextFields.
Constructor Summary | |
---|---|
protected |
TSimMachinePane.Listener()
|
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
Implement ActionListener to listen for actions on the switches. |
void |
propertyChange(PropertyChangeEvent e)
Implement PropertyChangeListener to update the state of the buttons whenever the action's state changes. |
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 |
---|
protected TSimMachinePane.Listener()
Method Detail |
---|
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |