de.nidanet.dev.math.calculator
Class Controller

java.lang.Object
  extended by 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

Field Summary
private  Logic Model
           
 
Constructor Summary
Controller(Logic l)
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Model

private Logic Model
Constructor Detail

Controller

public Controller(Logic l)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener