java.lang.Object | +--Controller.ResetButtonHandler
Inner class for handling the Reset button.
| Constructor Summary | |
(package private) |
Controller.ResetButtonHandler()
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Recreates the entire setup, including placement of bushes and animals. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
Controller.ResetButtonHandler()
| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - the Event that invoked this handler (ignored).