mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 18:58:44 +00:00
4cd8149502
https://sonarcloud.io/organizations/iluwatar/rules?open=java%3AS5786&rule_key=java%3AS5786
title, category, language, tags
| title | category | language | tags | |
|---|---|---|---|---|
| Model-View-Presenter | Architectural | en |
|
Intent
Apply a "Separation of Concerns" principle in a way that allows developers to build and test user interfaces.
Class diagram
Applicability
Use the Model-View-Presenter in any of the following situations
- When you want to improve the "Separation of Concerns" principle in presentation logic
- When a user interface development and testing is necessary.
