CSC207H5 Lecture Notes - Lecture 5: Architectural Pattern, System Testing, Alarm Clock

120 views5 pages
School
Course
Professor

Document Summary

A major architectural pattern for software with graphic interface. You can create a java program however if two developers want to collaborate on a project, how would they divide up the program and what are the different components. Take a look at the different parts of the program, each can be separated into different files/classes. Running code (ie. alarm clock - the clock itself) M,v,c should be organized as separate modules in the code of the software. Receive an event triggered from the . When one object (observable) changes state, all its dependents (observers) are notified and updated automatically. You can make any class observable but you have to . You may override or use the following methods. View is the observer; it is viewing the model and waiting for any updates and changes. // total number of balloons and can never be unpopped. * add amount a to this so long as the total is at most capacity.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents