Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T06:08:21.000Z (4 months ago)
- Last Synced: 2024-07-20T08:28:24.002Z (4 months ago)
- Topics: event-driven-programming, java, object-oriented-programming, observer-pattern, state-pattern
- Language: HTML
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 2
- 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.