withaspirit / Elevator-Simulation

Elevator System Simulation project
1 stars 1 forks source link

Integrate Presenter with Model to display information in real time #203

Closed withaspirit closed 2 years ago

withaspirit commented 2 years ago

This is the Model View Presenter design pattern that will probably be best for our project:

image

For the bare minimum Iteration requirements, the Presenter does not need to accept input from the View or push anything to the Model.

Initial Integration of Model and Presenter

Updating ElevatorMonitor

Testing of Presenter updating ElevatorView

Making Presenter Runnable (Optional)