项目作者: kelgwiin

项目描述 :
Design Pattern Observer
高级语言: Java
项目地址: git://github.com/kelgwiin/football-display.git
创建时间: 2020-05-02T19:23:39Z
项目社区:https://github.com/kelgwiin/football-display

开源协议:

下载


Football Display

We’re building a football app that notifies viewers about the information such as current goals, penalties, remaining time.

We’re gonna do two displays LiveDisplay and TotalDisplay. MatchData has all the data (goals, penalties etc.) and with every data changes the displays should be notified.

Requirements

  • Use Observer Design Pattern
  • Do not use Java Observable and Observer (do it from scratch).

    Note:
    You could take a look the book _Head First Design Patterns

    1. Book by Elisabeth Freeman and Kathy Sierra_