(Modell/Anzeige/Steuerung)
(engl. to control = steuern, nicht: kontrollieren)
Bestandteile (Beispiel):
- Model: Counter (getCount, step)
- View: JLabel (
getCount )
- Controller: JButton (
step)
Zusammenhänge:
- Controller steuert Model
- View beobachtet Model
2009-06-15