de.nidanet.dev.math.calculator
Class Controller
java.lang.Object
de.nidanet.dev.math.calculator.Controller
- All Implemented Interfaces:
- ActionListener, EventListener
public class Controller
- extends Object
- implements ActionListener
The CONTROLLER of the calculator.
- Since:
- 2009-07-30
- Version:
- 0.9
- Author:
- Nico Danneberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Model
private Logic Model
Controller
public Controller(Logic l)
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformed in interface ActionListener