Skip to Content
Entwurfsmuster von Kopf bis Fubß
book

Entwurfsmuster von Kopf bis Fubß

by Eric Freeman, Elisaebth Freeman, Kathy Sierra, Bert Bates
December 2005
Beginner to intermediate
672 pages
14h 12m
German
O'Reilly Verlag
Content preview from Entwurfsmuster von Kopf bis Fubß

12.19. Jetzt sind wir bereit füreinen HerzController

Wir haben also unseren HerzAdapter und sollten einen Controller erzeugen können, über den der View mit dem HerzModel zusammenarbeiten kann. Wiederverwendung par excellence!

public class HerzController implements ControllerInterface (
  HerzModelInterface model;
  DJView view;

 public HerzController(HerzModelInterface model) (
   this.model = model;
   view = new DJView(this, new HerzAdapter(model));
   view.erzeugeView();
   view.erzeugeSteuerungselemente();
   view.disableStopMenuItem();
   view.disableStartMenuItem();
  )

  public void start() {)

  public void stop() {)

  public void increaseBPM() {)

  public void decreaseBPM() {)

  public void setBPM(int bpm) {)
)

Der HerzController implementiert das ControllerInterface, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Netzwerke von Kopf bis Fuß

Netzwerke von Kopf bis Fuß

Al Anderson, Ryan Benedetti
JavaScript-Programmierung von Kopf bis Fuß

JavaScript-Programmierung von Kopf bis Fuß

Eric Freeman, Elisabeth Robson
Servlets und JSPs™ von Kopf bis Fuß

Servlets und JSPs™ von Kopf bis Fuß

Bryan Basham, Kathy Sierra, Bert Bates
Programmieren von Kopf bis Fuß

Programmieren von Kopf bis Fuß

David Griffiths, Paul Barry

Publisher Resources

ISBN: 9783897214217Errata Page