https://github.com/mic-devs/curtin_oose_assignment2_bikeshop
Assignment 2 of the Object Oriented Software Engineering Unit (Year 2 Semester 2) that utilizes observer & state pattern for event handling.
https://github.com/mic-devs/curtin_oose_assignment2_bikeshop
event-driven-programming java object-oriented-programming observer-pattern state-pattern
Last synced: 7 months ago
JSON representation
Assignment 2 of the Object Oriented Software Engineering Unit (Year 2 Semester 2) that utilizes observer & state pattern for event handling.
- Host: GitHub
- URL: https://github.com/mic-devs/curtin_oose_assignment2_bikeshop
- Owner: mic-devs
- Created: 2024-05-12T12:33:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T06:08:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T01:40:27.291Z (over 1 year ago)
- Topics: event-driven-programming, java, object-oriented-programming, observer-pattern, state-pattern
- Language: HTML
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my assignment 2 project for the Object Oriented Software Engineering Unit, Year 2 Semester 2.
The objective of this project is to create code that efficiently performs event handling using the observer and state pattern.
In the context of solving the problem description detailed in the assignment specification.