java.lang.Object | +--Controller.StepButtonHandler
Inner class for handling the Step button.
| Constructor Summary | |
(package private) |
Controller.StepButtonHandler()
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles the Step button. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
Controller.StepButtonHandler()
| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
programIsRunning flag to false); otherwise, the
rabbit hunt is advanced one step. While single stepping,
all buttons except the Stop button should be enabled.actionPerformed in interface java.awt.event.ActionListenere - the Event that invoked this handler (ignored).