Second, the Library class is the class that contains all the data for the library. Therefore the Library class plays the role of the model. Therefore the Library class needs to keep an arraylist of model listeners that need to be notified every time the library (the model) changes. 1. Add to the Library class an private instance variable, an arraylist of ModelListener. When a library is created, it has an empty arraylist of listeners. 2. Also add to the Library class an addListener method that takes a ModelListener as argument and adds it to the arraylist of listeners. 3. Also add to the Library class a private notifyListeners method that takes nothing as argument and calls the update method of all the listeners of the library. 4. Then change the addUser and moreBook methods so that they call the notifyListeners every time a change is made to the library's data (only the addUser and moreBook methods change the library’s data, so only these two methods need to call the notifyListeners method; the totalBorrowedBooks and getBook methods do not change the library’s data, they only inspect the data, so they do not need to call the notifyListeners method).

时间: 2023-07-03 14:05:00 浏览: 58
Sure, here's an updated version of the Library class with the changes you described: ``` import java.util.ArrayList; public class Library { private ArrayList<User> userList; private ArrayList<Book> bookList; private ArrayList<ModelListener> listeners; public Library() { userList = new ArrayList<User>(); bookList = new ArrayList<Book>(); listeners = new ArrayList<ModelListener>(); } public void addUser(User user) { userList.add(user); notifyListeners(); } public void moreBook(Book book) { bookList.add(book); notifyListeners(); } public int totalBorrowedBooks() { int count = 0; for (User user : userList) { count += user.getBorrowedBooks().size(); } return count; } public Book getBook(String title) { for (Book book : bookList) { if (book.getTitle().equals(title)) { return book; } } return null; } public void addListener(ModelListener listener) { listeners.add(listener); } private void notifyListeners() { for (ModelListener listener : listeners) { listener.update(); } } } ``` As you can see, we added a `listeners` instance variable to keep track of all the model listeners, an `addListener` method to add new listeners to the list, and a `notifyListeners` method to call the `update` method of all the listeners whenever the library's data changes. We also modified the `addUser` and `moreBook` methods to call `notifyListeners` after adding a new user or book to the corresponding list. Note that we didn't change the `totalBorrowedBooks` and `getBook` methods since they only inspect the library's data and don't modify it.

相关推荐

请设计一个类型,提供如下方法 提示 要统计每个单词出现的次数,由于一个方法不能返回2种类型,我们需要把单词和它的出现次数封装到一个类中 去,所以,可以定义一个类型如下: 由于我们统计的有多个单词,所以,我们上面的 countSize 方法的返回类型就可以设计成 WordBean[],如下: public class PatternDemo { //此方法用来统计 content 中的英文单词个数, 请使用正则表达式来做,单词的正则表达式请自行编写, public int countWords(CharSequence content) { ... } //此方法返回一串固定的字符串,已写好,可以直接用。 public StringBuilder getContent() { //此方法的内容如下: StringBuilder builder = new StringBuilder(); builder.append("Hooray! It's snowing! It's time to make a snowman.James runs out. He makes a big pile of snow. He puts a big snowball on top. He adds a scarf and a hat. He adds an orange for the nose. He adds coal for the eyes and buttons.In the evening, James opens the door. What does he see? The snowman is moving! James invites him in. The snowman has never been inside a house. He says hello to the cat. He plays with paper towels.A moment later, the snowman takes James's hand and goes out.They go up, up, up into the air! They are flying! What a wonderful night!The next morning, James jumps out of bed. He runs to the door.He wants to thank the snowman. But he's gone."); // return builder; } //此方法统计出每个单词[不考虑大小写]出现的次数,数据结构请自行定义,设计如下: public ? countSize(CharSequence content) { //TODO ... } //注:? 处是你需要去思考,该设计什么结构来存放结

最新推荐

recommend-type

基于ADS低噪声放大器的设计现免费送给兄...-综合文档

基于ADS低噪声放大器的设计 基于ADS低噪声放大器的设计 摘要:在接收系统中,低噪声放大... Abstract: The Low Noise Amplifier(LNA) plays an important role in the receive system. It’s used to reduce the sy
recommend-type

Application of PLC for Arranging Bottle in Beer Filling Production Line译文

And therealization of its control function plays an important role in the smooth operation of the entire production line. To addressthe issue of the automatic control problems in the arranging bottle...
recommend-type

华中科技大学电信专业 课程资料 作业 代码 实验报告-数据结构-内含源码和说明书.zip

华中科技大学电信专业 课程资料 作业 代码 实验报告-数据结构-内含源码和说明书.zip
recommend-type

java 游戏飞翔的小鸟

java 制作游戏 飞翔的小鸟
recommend-type

setuptools-25.3.0.zip

Python库是一组预先编写的代码模块,旨在帮助开发者实现特定的编程任务,无需从零开始编写代码。这些库可以包括各种功能,如数学运算、文件操作、数据分析和网络编程等。Python社区提供了大量的第三方库,如NumPy、Pandas和Requests,极大地丰富了Python的应用领域,从数据科学到Web开发。Python库的丰富性是Python成为最受欢迎的编程语言之一的关键原因之一。这些库不仅为初学者提供了快速入门的途径,而且为经验丰富的开发者提供了强大的工具,以高效率、高质量地完成复杂任务。例如,Matplotlib和Seaborn库在数据可视化领域内非常受欢迎,它们提供了广泛的工具和技术,可以创建高度定制化的图表和图形,帮助数据科学家和分析师在数据探索和结果展示中更有效地传达信息。
recommend-type

zigbee-cluster-library-specification

最新的zigbee-cluster-library-specification说明文档。
recommend-type

管理建模和仿真的文件

管理Boualem Benatallah引用此版本:布阿利姆·贝纳塔拉。管理建模和仿真。约瑟夫-傅立叶大学-格勒诺布尔第一大学,1996年。法语。NNT:电话:00345357HAL ID:电话:00345357https://theses.hal.science/tel-003453572008年12月9日提交HAL是一个多学科的开放存取档案馆,用于存放和传播科学研究论文,无论它们是否被公开。论文可以来自法国或国外的教学和研究机构,也可以来自公共或私人研究中心。L’archive ouverte pluridisciplinaire
recommend-type

实现实时数据湖架构:Kafka与Hive集成

![实现实时数据湖架构:Kafka与Hive集成](https://img-blog.csdnimg.cn/img_convert/10eb2e6972b3b6086286fc64c0b3ee41.jpeg) # 1. 实时数据湖架构概述** 实时数据湖是一种现代数据管理架构,它允许企业以低延迟的方式收集、存储和处理大量数据。与传统数据仓库不同,实时数据湖不依赖于预先定义的模式,而是采用灵活的架构,可以处理各种数据类型和格式。这种架构为企业提供了以下优势: - **实时洞察:**实时数据湖允许企业访问最新的数据,从而做出更明智的决策。 - **数据民主化:**实时数据湖使各种利益相关者都可
recommend-type

用 Python 画一个可以动的爱心

好的,我可以帮助您使用Python来绘制一个动态的爱心。您可以使用turtle库来实现。以下是实现代码: ```python import turtle import math # 设置画布和画笔 canvas = turtle.Screen() canvas.bgcolor("black") pencil = turtle.Turtle() pencil.speed(0) pencil.color("red", "pink") pencil.pensize(3) # 定义爱心函数 def draw_love(heart_size, x_offset=0, y_offset=0):
recommend-type

JSBSim Reference Manual

JSBSim参考手册,其中包含JSBSim简介,JSBSim配置文件xml的编写语法,编程手册以及一些应用实例等。其中有部分内容还没有写完,估计有生之年很难看到完整版了,但是内容还是很有参考价值的。